#FBCCE0

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

Shades of Classic Rose #FBCCE0

Tints of Classic Rose #FBCCE0

Color information

#FBCCE0 (or 0xFBCCE0) is unknown color: approx Classic Rose. HEX triplet: FB, CC and E0. RGB value is (251,204,224). Sum of RGB (Red+Green+Blue) = 251+204+224=679 (89% of max value = 765). Red value is 251 (98.44% from 255 or 36.97% from 679); Green value is 204 (80.08% from 255 or 30.04% from 679); Blue value is 224 (87.89% from 255 or 32.99% from 679); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCCE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCCE0 is #04331F. Grayscale: #DCDCDC. Windows color (decimal): -275232 or 14732539. OLE color: 14732539.

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

Color convert

RGB251204224-
CMYK00.190.110.02
HSL334.47º85.45%89.22%-
HSV(B)334.47º18.73%98.43%-
XYZ74.8369.0879.91-
YUV220.33130.07149.87-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.97%
GREEN value IS 204 (80.08% from 255) = 30.04%
BLUE value IS 224 (87.89% from 255) = 32.99%
R=36.97%
G=30.04%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120422400.190.110.02334.4785.4589.22
HexFBCCE0013B214e5559
Octal373314340023132516125131
Binary11111011110011001110000001001110111010100111010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCCE0; }

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

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

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

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

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

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

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

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