Html Css Color HEX #FCEDE0 Chardon

📋 copy color: '#FCEDE0'

red 252 ◦ green 237 ◦ blue 224

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

Shades of Chardon #FCEDE0

Tints of Chardon #FCEDE0

RGB

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

 GREEN value IS 237 (92.97% from 255) = 33.24%

 BLUE value IS 224 (87.89% from 255) = 31.42%

R = 35.34%
G = 33.24%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FCEDE0 (or 0xFCEDE0) is known color: Chardon. HEX triplet: FC, ED and E0. RGB value is (252,237,224). Sum of RGB (Red+Green+Blue) = 252+237+224=713 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.34% from 713); Green value is 237 (92.97% from 255 or 33.24% from 713); Blue value is 224 (87.89% from 255 or 31.42% from 713); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEDE0 is #03121F. Grayscale: #F0F0F0. Windows color (decimal): -201248 or 14740988. OLE color: 14740988.

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

Color convert

RGB 252 237 224 -
CMYK 0 0.06 0.11 0.01
HSL 27.86º 0.82% 0.93% -
HSV(B) 27.86º 0.11% 0.99% -
XYZ 83.88 86.65 82.82 -
YUV 240 118.97 136.56 -
System Red Green Blue C M Y K H S L
Decimal 252 237 224 0 0.06 0.11 0.01 27.86 0.82 0.93
Hex FC ED E0 0 6 B 1 1C 52 5D
Octal 374 355 340 0 6 13 1 34 122 135
Binary 11111100 11101101 11100000 0 110 1011 1 11100 1010010 1011101

Color Harmonies of #FCEDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEDE0

Black with #FCEDE0

Text Example


Text Example

White with #FCEDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEDE0; }

 p { color: rgb(252,237,224); }

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

background-color css

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

 a { background-color: rgb(252,237,224); }

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

border-color css

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

 span { border-color: rgb(252,237,224); }

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