#FBC9E4

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

Shades of Classic Rose #FBC9E4

Tints of Classic Rose #FBC9E4

Color information

#FBC9E4 (or 0xFBC9E4) is unknown color: approx Classic Rose. HEX triplet: FB, C9 and E4. RGB value is (251,201,228). Sum of RGB (Red+Green+Blue) = 251+201+228=680 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.91% from 680); Green value is 201 (78.91% from 255 or 29.56% from 680); Blue value is 228 (89.45% from 255 or 33.53% from 680); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC9E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC9E4 is #04361B. Grayscale: #DADADA. Windows color (decimal): -275996 or 14993915. OLE color: 14993915.

HSL color Cylindrical-coordinate representation of color #FBC9E4: hue angle of 327.6º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBC9E4 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB251201228-
CMYK00.200.090.02
HSL327.6º86.21%88.63%-
HSV(B)327.6º19.92%98.43%-
XYZ74.6767.8882.57-
YUV219.03133.06150.8-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.91%
GREEN value IS 201 (78.91% from 255) = 29.56%
BLUE value IS 228 (89.45% from 255) = 33.53%
R=36.91%
G=29.56%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120122800.200.090.02327.686.2188.63
HexFBC9E4014921485659
Octal373311344024112510126131
Binary11111011110010011110010001010010011010100100010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC9E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC9E4; }

 p { color: rgb(251,201,228); }

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

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

 a { background-color: rgb(251,201,228); }

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

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

 span { border-color: rgb(251,201,228); }

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