#FBCCE5

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

Shades of Classic Rose #FBCCE5

Tints of Classic Rose #FBCCE5

Color information

#FBCCE5 (or 0xFBCCE5) is unknown color: approx Classic Rose. HEX triplet: FB, CC and E5. RGB value is (251,204,229). Sum of RGB (Red+Green+Blue) = 251+204+229=684 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.70% from 684); Green value is 204 (80.08% from 255 or 29.82% from 684); Blue value is 229 (89.84% from 255 or 33.48% from 684); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCCE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCCE5 is #04331A. Grayscale: #DCDCDC. Windows color (decimal): -275227 or 15060219. OLE color: 15060219.

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

Color convert

RGB251204229-
CMYK00.190.090.02
HSL328.09º85.45%89.22%-
HSV(B)328.09º18.73%98.43%-
XYZ75.5269.3583.53-
YUV220.9132.57149.47-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.70%
GREEN value IS 204 (80.08% from 255) = 29.82%
BLUE value IS 229 (89.84% from 255) = 33.48%
R=36.70%
G=29.82%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120422900.190.090.02328.0985.4589.22
HexFBCCE5013921485559
Octal373314345023112510125131
Binary11111011110011001110010101001110011010100100010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCCE5; }

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

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

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

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

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

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

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

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