#FBC0CE

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

Shades of Pink #FBC0CE

Tints of Pink #FBC0CE

Color information

#FBC0CE (or 0xFBC0CE) is unknown color: approx Pink. HEX triplet: FB, C0 and CE. RGB value is (251,192,206). Sum of RGB (Red+Green+Blue) = 251+192+206=649 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.67% from 649); Green value is 192 (75.39% from 255 or 29.58% from 649); Blue value is 206 (80.86% from 255 or 31.74% from 649); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC0CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC0CE is #043F31. Grayscale: #D3D3D3. Windows color (decimal): -278322 or 13549819. OLE color: 13549819.

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

Color convert

RGB251192206-
CMYK00.240.180.02
HSL345.76º88.06%86.86%-
HSV(B)345.76º23.51%98.43%-
XYZ69.7762.6666.81-
YUV211.24125.05156.36-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.67%
GREEN value IS 192 (75.39% from 255) = 29.58%
BLUE value IS 206 (80.86% from 255) = 31.74%
R=38.67%
G=29.58%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119220600.240.180.02345.7688.0686.86
HexFBC0CE01812215a5857
Octal373300316030222532130127
Binary111110111100000011001110011000100101010101101010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC0CE; }

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

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

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

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

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

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

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

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