#FBCCE2

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

Shades of Classic Rose #FBCCE2

Tints of Classic Rose #FBCCE2

Color information

#FBCCE2 (or 0xFBCCE2) is unknown color: approx Classic Rose. HEX triplet: FB, CC and E2. RGB value is (251,204,226). Sum of RGB (Red+Green+Blue) = 251+204+226=681 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.86% from 681); Green value is 204 (80.08% from 255 or 29.96% from 681); Blue value is 226 (88.67% from 255 or 33.19% from 681); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCCE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCCE2 is #04331D. Grayscale: #DCDCDC. Windows color (decimal): -275230 or 14863611. OLE color: 14863611.

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

Color convert

RGB251204226-
CMYK00.190.100.02
HSL331.91º85.45%89.22%-
HSV(B)331.91º18.73%98.43%-
XYZ75.169.1981.35-
YUV220.56131.07149.71-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.86%
GREEN value IS 204 (80.08% from 255) = 29.96%
BLUE value IS 226 (88.67% from 255) = 33.19%
R=36.86%
G=29.96%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120422600.190.100.02331.9185.4589.22
HexFBCCE2013A214c5559
Octal373314342023122514125131
Binary11111011110011001110001001001110101010100110010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCCE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCCE2; }

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

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

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

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

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

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

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

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