#FBCCE4

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

Shades of Classic Rose #FBCCE4

Tints of Classic Rose #FBCCE4

Color information

#FBCCE4 (or 0xFBCCE4) is unknown color: approx Classic Rose. HEX triplet: FB, CC and E4. RGB value is (251,204,228). Sum of RGB (Red+Green+Blue) = 251+204+228=683 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.75% from 683); Green value is 204 (80.08% from 255 or 29.87% from 683); Blue value is 228 (89.45% from 255 or 33.38% from 683); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCCE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCCE4 is #04331B. Grayscale: #DCDCDC. Windows color (decimal): -275228 or 14994683. OLE color: 14994683.

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

Color convert

RGB251204228-
CMYK00.190.090.02
HSL329.36º85.45%89.22%-
HSV(B)329.36º18.73%98.43%-
XYZ75.3869.382.8-
YUV220.79132.07149.55-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.75%
GREEN value IS 204 (80.08% from 255) = 29.87%
BLUE value IS 228 (89.45% from 255) = 33.38%
R=36.75%
G=29.87%
B=33.38%

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
Decimal25120422800.190.090.02329.3685.4589.22
HexFBCCE4013921495559
Octal373314344023112511125131
Binary11111011110011001110010001001110011010100100110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCCE4; }

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

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

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

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

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

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

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

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