#FBCCE3

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

Shades of Classic Rose #FBCCE3

Tints of Classic Rose #FBCCE3

Color information

#FBCCE3 (or 0xFBCCE3) is unknown color: approx Classic Rose. HEX triplet: FB, CC and E3. RGB value is (251,204,227). Sum of RGB (Red+Green+Blue) = 251+204+227=682 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.80% from 682); Green value is 204 (80.08% from 255 or 29.91% from 682); Blue value is 227 (89.06% from 255 or 33.28% from 682); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCCE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCCE3 is #04331C. Grayscale: #DCDCDC. Windows color (decimal): -275229 or 14929147. OLE color: 14929147.

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

Color convert

RGB251204227-
CMYK00.190.100.02
HSL330.64º85.45%89.22%-
HSV(B)330.64º18.73%98.43%-
XYZ75.2469.2482.07-
YUV220.67131.57149.63-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.80%
GREEN value IS 204 (80.08% from 255) = 29.91%
BLUE value IS 227 (89.06% from 255) = 33.28%
R=36.80%
G=29.91%
B=33.28%

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
Decimal25120422700.190.100.02330.6485.4589.22
HexFBCCE3013A214b5559
Octal373314343023122513125131
Binary11111011110011001110001101001110101010100101110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCCE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCCE3; }

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

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

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

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

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

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

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

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