#FBCEE3

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

Shades of Classic Rose #FBCEE3

Tints of Classic Rose #FBCEE3

Color information

#FBCEE3 (or 0xFBCEE3) is unknown color: approx Classic Rose. HEX triplet: FB, CE and E3. RGB value is (251,206,227). Sum of RGB (Red+Green+Blue) = 251+206+227=684 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.70% from 684); Green value is 206 (80.86% from 255 or 30.12% from 684); Blue value is 227 (89.06% from 255 or 33.19% from 684); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCEE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCEE3 is #04311C. Grayscale: #DDDDDD. Windows color (decimal): -274717 or 14929659. OLE color: 14929659.

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

Color convert

RGB251206227-
CMYK00.180.100.02
HSL332º84.91%89.61%-
HSV(B)332º17.93%98.43%-
XYZ75.7270.282.23-
YUV221.85130.91148.79-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.70%
GREEN value IS 206 (80.86% from 255) = 30.12%
BLUE value IS 227 (89.06% from 255) = 33.19%
R=36.70%
G=30.12%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120622700.180.100.0233284.9189.61
HexFBCEE3012A214c555a
Octal373316343022122514125132
Binary11111011110011101110001101001010101010100110010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCEE3; }

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

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

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

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

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

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

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

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