Html Css Color HEX #FEFADC Chilean Heath

📋 copy color: '#FEFADC'

red 254 ◦ green 250 ◦ blue 220

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

Shades of Chilean Heath #FEFADC

Tints of Chilean Heath #FEFADC

RGB

 RED value IS 254 (99.61% from 255) = 35.08%

 GREEN value IS 250 (98.05% from 255) = 34.53%

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

R = 35.08%
G = 34.53%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FEFADC (or 0xFEFADC) is known color: Chilean Heath. HEX triplet: FE, FA and DC. RGB value is (254,250,220). Sum of RGB (Red+Green+Blue) = 254+250+220=724 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.08% from 724); Green value is 250 (98.05% from 255 or 34.53% from 724); Blue value is 220 (86.33% from 255 or 30.39% from 724); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFADC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFADC is #010523. Grayscale: #F7F7F7. Windows color (decimal): -66852 or 14482174. OLE color: 14482174.

HSL color Cylindrical-coordinate representation of color #FEFADC: hue angle of 52.94º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FEFADC is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 250 220 -
CMYK 0 0.02 0.13 0.00
HSL 52.94º 0.94% 0.93% -
HSV(B) 52.94º 0.13% 1% -
XYZ 87.98 94.61 81.33 -
YUV 247.78 112.33 132.44 -
System Red Green Blue C M Y K H S L
Decimal 254 250 220 0 0.02 0.13 0.00 52.94 0.94 0.93
Hex FE FA DC 0 2 D 0 35 5E 5D
Octal 376 372 334 0 2 15 0 65 136 135
Binary 11111110 11111010 11011100 0 10 1101 0 110101 1011110 1011101

Color Harmonies of #FEFADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFADC

Black with #FEFADC

Text Example


Text Example

White with #FEFADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFADC; }

 p { color: rgb(254,250,220); }

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

background-color css

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

 a { background-color: rgb(254,250,220); }

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

border-color css

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

 span { border-color: rgb(254,250,220); }

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