#FBC9E1

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

Shades of Classic Rose #FBC9E1

Tints of Classic Rose #FBC9E1

Color information

#FBC9E1 (or 0xFBC9E1) is unknown color: approx Classic Rose. HEX triplet: FB, C9 and E1. RGB value is (251,201,225). Sum of RGB (Red+Green+Blue) = 251+201+225=677 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.08% from 677); Green value is 201 (78.91% from 255 or 29.69% from 677); Blue value is 225 (88.28% from 255 or 33.23% from 677); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC9E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC9E1 is #04361E. Grayscale: #DADADA. Windows color (decimal): -275999 or 14797307. OLE color: 14797307.

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

Color convert

RGB251201225-
CMYK00.200.100.02
HSL331.2º86.21%88.63%-
HSV(B)331.2º19.92%98.43%-
XYZ74.2667.7280.39-
YUV218.69131.56151.05-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.08%
GREEN value IS 201 (78.91% from 255) = 29.69%
BLUE value IS 225 (88.28% from 255) = 33.23%
R=37.08%
G=29.69%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120122500.200.100.02331.286.2188.63
HexFBC9E1014A214b5659
Octal373311341024122513126131
Binary11111011110010011110000101010010101010100101110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC9E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC9E1; }

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

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

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

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

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

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

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

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