#FCEBDD

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

Shades of Chardon #FCEBDD

Tints of Chardon #FCEBDD

Color information

#FCEBDD (or 0xFCEBDD) is unknown color: approx Chardon. HEX triplet: FC, EB and DD. RGB value is (252,235,221). Sum of RGB (Red+Green+Blue) = 252+235+221=708 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.59% from 708); Green value is 235 (92.19% from 255 or 33.19% from 708); Blue value is 221 (86.72% from 255 or 31.21% from 708); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEBDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEBDD is #031422. Grayscale: #EEEEEE. Windows color (decimal): -201763 or 14543868. OLE color: 14543868.

HSL color Cylindrical-coordinate representation of color #FCEBDD: hue angle of 27.1º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FCEBDD is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB252235221-
CMYK00.070.120.01
HSL27.1º83.78%92.75%-
HSV(B)27.1º12.3%98.82%-
XYZ82.985.3380.51-
YUV238.49118.13137.64-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.59%
GREEN value IS 235 (92.19% from 255) = 33.19%
BLUE value IS 221 (86.72% from 255) = 31.21%
R=35.59%
G=33.19%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223522100.070.120.0127.183.7892.75
HexFCEBDD07C11b545d
Octal3743533350714133124135
Binary1111110011101011110111010111110011101110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEBDD; }

 p { color: rgb(252,235,221); }

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

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

 a { background-color: rgb(252,235,221); }

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

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

 span { border-color: rgb(252,235,221); }

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