#FBCEE0

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

Shades of Classic Rose #FBCEE0

Tints of Classic Rose #FBCEE0

Color information

#FBCEE0 (or 0xFBCEE0) is unknown color: approx Classic Rose. HEX triplet: FB, CE and E0. RGB value is (251,206,224). Sum of RGB (Red+Green+Blue) = 251+206+224=681 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.86% from 681); Green value is 206 (80.86% from 255 or 30.25% from 681); Blue value is 224 (87.89% from 255 or 32.89% from 681); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCEE0 is #04311F. Grayscale: #DDDDDD. Windows color (decimal): -274720 or 14733051. OLE color: 14733051.

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

Color convert

RGB251206224-
CMYK00.180.110.02
HSL336º84.91%89.61%-
HSV(B)336º17.93%98.43%-
XYZ75.3170.0380.07-
YUV221.51129.41149.04-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.86%
GREEN value IS 206 (80.86% from 255) = 30.25%
BLUE value IS 224 (87.89% from 255) = 32.89%
R=36.86%
G=30.25%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120622400.180.110.0233684.9189.61
HexFBCEE0012B2150555a
Octal373316340022132520125132
Binary11111011110011101110000001001010111010101000010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCEE0; }

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

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

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

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

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

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

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

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