Html Css Color HEX #FCEADD Chardon

📋 copy color: '#FCEADD'

red 252 ◦ green 234 ◦ blue 221

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

Shades of Chardon #FCEADD

Tints of Chardon #FCEADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 31.26%

R = 35.64%
G = 33.1%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FCEADD (or 0xFCEADD) is known color: Chardon. HEX triplet: FC, EA and DD. RGB value is (252,234,221). Sum of RGB (Red+Green+Blue) = 252+234+221=707 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.64% from 707); Green value is 234 (91.80% from 255 or 33.10% from 707); Blue value is 221 (86.72% from 255 or 31.26% from 707); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEADD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEADD is #031522. Grayscale: #EDEDED. Windows color (decimal): -202019 or 14543612. OLE color: 14543612.

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

Color convert

RGB 252 234 221 -
CMYK 0 0.07 0.12 0.01
HSL 25.16º 0.84% 0.93% -
HSV(B) 25.16º 0.12% 0.99% -
XYZ 82.62 84.76 80.41 -
YUV 237.9 118.46 138.06 -
System Red Green Blue C M Y K H S L
Decimal 252 234 221 0 0.07 0.12 0.01 25.16 0.84 0.93
Hex FC EA DD 0 7 C 1 19 54 5D
Octal 374 352 335 0 7 14 1 31 124 135
Binary 11111100 11101010 11011101 0 111 1100 1 11001 1010100 1011101

Color Harmonies of #FCEADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEADD

Black with #FCEADD

Text Example


Text Example

White with #FCEADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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