Html Css Color HEX #FEFADA Chilean Heath

📋 copy color: '#FEFADA'

red 254 ◦ green 250 ◦ blue 218

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

Shades of Chilean Heath #FEFADA

Tints of Chilean Heath #FEFADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 30.19%

R = 35.18%
G = 34.63%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FEFADA (or 0xFEFADA) is known color: Chilean Heath. HEX triplet: FE, FA and DA. RGB value is (254,250,218). Sum of RGB (Red+Green+Blue) = 254+250+218=722 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.18% from 722); Green value is 250 (98.05% from 255 or 34.63% from 722); Blue value is 218 (85.55% from 255 or 30.19% from 722); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFADA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFADA is #010525. Grayscale: #F7F7F7. Windows color (decimal): -66854 or 14351102. OLE color: 14351102.

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

Color convert

RGB 254 250 218 -
CMYK 0 0.02 0.14 0.00
HSL 53.33º 0.95% 0.93% -
HSV(B) 53.33º 0.14% 1% -
XYZ 87.71 94.5 79.95 -
YUV 247.55 111.33 132.6 -
System Red Green Blue C M Y K H S L
Decimal 254 250 218 0 0.02 0.14 0.00 53.33 0.95 0.93
Hex FE FA DA 0 2 E 0 35 5F 5D
Octal 376 372 332 0 2 16 0 65 137 135
Binary 11111110 11111010 11011010 0 10 1110 0 110101 1011111 1011101

Color Harmonies of #FEFADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFADA

Black with #FEFADA

Text Example


Text Example

White with #FEFADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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