#FBCEE9

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

Shades of Classic Rose #FBCEE9

Tints of Classic Rose #FBCEE9

Color information

#FBCEE9 (or 0xFBCEE9) is unknown color: approx Classic Rose. HEX triplet: FB, CE and E9. RGB value is (251,206,233). Sum of RGB (Red+Green+Blue) = 251+206+233=690 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.38% from 690); Green value is 206 (80.86% from 255 or 29.86% from 690); Blue value is 233 (91.41% from 255 or 33.77% from 690); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCEE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCEE9 is #043116. Grayscale: #DEDEDE. Windows color (decimal): -274711 or 15322875. OLE color: 15322875.

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

Color convert

RGB251206233-
CMYK00.180.070.02
HSL324º84.91%89.61%-
HSV(B)324º17.93%98.43%-
XYZ76.5670.5486.67-
YUV222.53133.91148.3-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.38%
GREEN value IS 206 (80.86% from 255) = 29.86%
BLUE value IS 233 (91.41% from 255) = 33.77%
R=36.38%
G=29.86%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120623300.180.070.0232484.9189.61
HexFBCEE901272144555a
Octal37331635102272504125132
Binary1111101111001110111010010100101111010100010010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCEE9; }

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

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

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

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

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

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

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

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