#FCEBDF

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

Shades of Chardon #FCEBDF

Tints of Chardon #FCEBDF

Color information

#FCEBDF (or 0xFCEBDF) is unknown color: approx Chardon. HEX triplet: FC, EB and DF. RGB value is (252,235,223). Sum of RGB (Red+Green+Blue) = 252+235+223=710 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.49% from 710); Green value is 235 (92.19% from 255 or 33.10% from 710); Blue value is 223 (87.5% from 255 or 31.41% from 710); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEBDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEBDF is #031420. Grayscale: #EEEEEE. Windows color (decimal): -201761 or 14674940. OLE color: 14674940.

HSL color Cylindrical-coordinate representation of color #FCEBDF: hue angle of 24.83º degrees, saturation: 0.83, 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 #FCEBDF is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB252235223-
CMYK00.070.120.01
HSL24.83º82.86%93.14%-
HSV(B)24.83º11.51%98.82%-
XYZ83.1785.4481.92-
YUV238.72119.13137.48-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.49%
GREEN value IS 235 (92.19% from 255) = 33.10%
BLUE value IS 223 (87.5% from 255) = 31.41%
R=35.49%
G=33.10%
B=31.41%

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
Decimal25223522300.070.120.0124.8382.8693.14
HexFCEBDF07C119535d
Octal3743533370714131123135
Binary1111110011101011110111110111110011100110100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEBDF; }

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

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

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

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

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

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

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

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