#FBCEE8

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

Shades of Classic Rose #FBCEE8

Tints of Classic Rose #FBCEE8

Color information

#FBCEE8 (or 0xFBCEE8) is unknown color: approx Classic Rose. HEX triplet: FB, CE and E8. RGB value is (251,206,232). Sum of RGB (Red+Green+Blue) = 251+206+232=689 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.43% from 689); Green value is 206 (80.86% from 255 or 29.90% from 689); Blue value is 232 (91.02% from 255 or 33.67% from 689); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCEE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCEE8 is #043117. Grayscale: #DEDEDE. Windows color (decimal): -274712 or 15257339. OLE color: 15257339.

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

Color convert

RGB251206232-
CMYK00.180.080.02
HSL325.33º84.91%89.61%-
HSV(B)325.33º17.93%98.43%-
XYZ76.4270.4885.92-
YUV222.42133.41148.39-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.43%
GREEN value IS 206 (80.86% from 255) = 29.90%
BLUE value IS 232 (91.02% from 255) = 33.67%
R=36.43%
G=29.90%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120623200.180.080.02325.3384.9189.61
HexFBCEE801282145555a
Octal373316350022102505125132
Binary11111011110011101110100001001010001010100010110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCEE8; }

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

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

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

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

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

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

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

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