#fbc1ce

Color #FBC1CE Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink #FBC1CE

Tints of Pink #FBC1CE

Color information

#FBC1CE (or 0xFBC1CE) is unknown color: approx Pink. HEX triplet: FB, C1 and CE. RGB value is (251,193,206). Sum of RGB (Red+Green+Blue) = 251+193+206=650 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.62% from 650); Green value is 193 (75.78% from 255 or 29.69% from 650); Blue value is 206 (80.86% from 255 or 31.69% from 650); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC1CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC1CE is #043E31. Grayscale: #D3D3D3. Windows color (decimal): -278066 or 13550075. OLE color: 13550075.

HSL color Cylindrical-coordinate representation of color #FBC1CE: hue angle of 346.55º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FBC1CE is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB251193206-
CMYK00.230.180.02
HSL346.55º87.88%87.06%-
HSV(B)346.55º23.11%98.43%-
XYZ69.9963.1166.88-
YUV211.82124.72155.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 251 (98.44% from 255) = 38.62%
GREEN value IS 193 (75.78% from 255) = 29.69%
BLUE value IS 206 (80.86% from 255) = 31.69%
R=38.62%
G=29.69%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119320600.230.180.02346.5587.8887.06
HexFBC1CE01712215b5857
Octal373301316027222533130127
Binary111110111100000111001110010111100101010101101110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fbc1ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fbc1ce; }

 p { color: rgb(251,193,206); }

 H1.HeaderClassName
 {
   color: #fbc1ce;
 }
 .AnyTagClassName
 {
   color: #fbc1ce;
 }
</style>
background-color css

<style>
 a { background-color: #fbc1ce; }

 a { background-color: rgb(251,193,206); }

 div.DivClassName
 {
   background-color: #fbc1ce;
 }
 .BgClassName
 {
   background-color: #fbc1ce;
 }
</style>
border-color css

<style>
 span { border-color: #fbc1ce; }

 span { border-color: rgb(251,193,206); }

 td.TdClassName
 {
   border-color: #fbc1ce;
 }
 .TagClassName
 {
   border-color: #fbc1ce;
 }
</style>