#FEFADC

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

Shades of Chilean Heath #FEFADC

Tints of Chilean Heath #FEFADC

Color information

#FEFADC (or 0xFEFADC) is unknown color: approx 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

RGB254250220-
CMYK00.020.130.00
HSL52.94º94.44%92.94%-
HSV(B)52.94º13.39%99.61%-
XYZ87.9894.6181.33-
YUV247.78112.33132.44-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425022000.020.130.0052.9494.4492.94
HexFEFADC02D0355e5d
Octal3763723340215065136135
Binary1111111011111010110111000101101011010110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>