#FBC4CE

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

Shades of Pink #FBC4CE

Tints of Pink #FBC4CE

Color information

#FBC4CE (or 0xFBC4CE) is unknown color: approx Pink. HEX triplet: FB, C4 and CE. RGB value is (251,196,206). Sum of RGB (Red+Green+Blue) = 251+196+206=653 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.44% from 653); Green value is 196 (76.95% from 255 or 30.02% from 653); Blue value is 206 (80.86% from 255 or 31.55% from 653); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC4CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC4CE is #043B31. Grayscale: #D5D5D5. Windows color (decimal): -277298 or 13550843. OLE color: 13550843.

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

Color convert

RGB251196206-
CMYK00.220.180.02
HSL349.09º87.3%87.65%-
HSV(B)349.09º21.91%98.43%-
XYZ70.6664.4567.11-
YUV213.58123.72154.69-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.44%
GREEN value IS 196 (76.95% from 255) = 30.02%
BLUE value IS 206 (80.86% from 255) = 31.55%
R=38.44%
G=30.02%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119620600.220.180.02349.0987.387.65
HexFBC4CE01612215d5758
Octal373304316026222535127130
Binary111110111100010011001110010110100101010101110110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC4CE; }

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

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

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

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

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

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

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

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