Html Css Color HEX #FCEADC Chardon

📋 copy color: '#FCEADC'

red 252 ◦ green 234 ◦ blue 220

#FCEADC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chardon #FCEADC

Tints of Chardon #FCEADC

RGB

 RED value IS 252 (98.83% from 255) = 35.69%

 GREEN value IS 234 (91.8% from 255) = 33.14%

 BLUE value IS 220 (86.33% from 255) = 31.16%

R = 35.69%
G = 33.14%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FCEADC (or 0xFCEADC) is known color: Chardon. HEX triplet: FC, EA and DC. RGB value is (252,234,220). Sum of RGB (Red+Green+Blue) = 252+234+220=706 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.69% from 706); Green value is 234 (91.80% from 255 or 33.14% from 706); Blue value is 220 (86.33% from 255 or 31.16% from 706); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEADC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEADC is #031523. Grayscale: #EDEDED. Windows color (decimal): -202020 or 14478076. OLE color: 14478076.

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

Color convert

RGB 252 234 220 -
CMYK 0 0.07 0.13 0.01
HSL 26.25º 0.84% 0.93% -
HSV(B) 26.25º 0.13% 0.99% -
XYZ 82.49 84.71 79.71 -
YUV 237.79 117.96 138.14 -
System Red Green Blue C M Y K H S L
Decimal 252 234 220 0 0.07 0.13 0.01 26.25 0.84 0.93
Hex FC EA DC 0 7 D 1 1A 54 5D
Octal 374 352 334 0 7 15 1 32 124 135
Binary 11111100 11101010 11011100 0 111 1101 1 11010 1010100 1011101

Color Harmonies of #FCEADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEADC

Black with #FCEADC

Text Example


Text Example

White with #FCEADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEADC; }

 p { color: rgb(252,234,220); }

 H1.HeaderClassName
 {
   color: #FCEADC;
 }
 .AnyTagClassName
 {
   color: #FCEADC;
 }
</style>

background-color css

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

 a { background-color: rgb(252,234,220); }

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

border-color css

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

 span { border-color: rgb(252,234,220); }

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