#FBC9EA

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

Shades of Classic Rose #FBC9EA

Tints of Classic Rose #FBC9EA

Color information

#FBC9EA (or 0xFBC9EA) is unknown color: approx Classic Rose. HEX triplet: FB, C9 and EA. RGB value is (251,201,234). Sum of RGB (Red+Green+Blue) = 251+201+234=686 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.59% from 686); Green value is 201 (78.91% from 255 or 29.30% from 686); Blue value is 234 (91.80% from 255 or 34.11% from 686); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC9EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC9EA is #043615. Grayscale: #DBDBDB. Windows color (decimal): -275990 or 15387131. OLE color: 15387131.

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

Color convert

RGB251201234-
CMYK00.200.070.02
HSL320.4º86.21%88.63%-
HSV(B)320.4º19.92%98.43%-
XYZ75.5268.2287.03-
YUV219.71136.06150.32-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.59%
GREEN value IS 201 (78.91% from 255) = 29.30%
BLUE value IS 234 (91.80% from 255) = 34.11%
R=36.59%
G=29.30%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120123400.200.070.02320.486.2188.63
HexFBC9EA014721405659
Octal37331135202472500126131
Binary1111101111001001111010100101001111010100000010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC9EA; }

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

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

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

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

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

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

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

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