#FBC2CE

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

Shades of Pink #FBC2CE

Tints of Pink #FBC2CE

Color information

#FBC2CE (or 0xFBC2CE) is unknown color: approx Pink. HEX triplet: FB, C2 and CE. RGB value is (251,194,206). Sum of RGB (Red+Green+Blue) = 251+194+206=651 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.56% from 651); Green value is 194 (76.17% from 255 or 29.80% from 651); Blue value is 206 (80.86% from 255 or 31.64% from 651); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC2CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC2CE is #043D31. Grayscale: #D4D4D4. Windows color (decimal): -277810 or 13550331. OLE color: 13550331.

HSL color Cylindrical-coordinate representation of color #FBC2CE: hue angle of 347.37º 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 #FBC2CE is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB251194206-
CMYK00.230.180.02
HSL347.37º87.69%87.25%-
HSV(B)347.37º22.71%98.43%-
XYZ70.2263.5566.96-
YUV212.41124.38155.52-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.56%
GREEN value IS 194 (76.17% from 255) = 29.80%
BLUE value IS 206 (80.86% from 255) = 31.64%
R=38.56%
G=29.80%
B=31.64%

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
Decimal25119420600.230.180.02347.3787.6987.25
HexFBC2CE01712215b5857
Octal373302316027222533130127
Binary111110111100001011001110010111100101010101101110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC2CE; }

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

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

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

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

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

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

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

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