Html Css Color HEX #FDFADA Chilean Heath

📋 copy color: '#FDFADA'

red 253 ◦ green 250 ◦ blue 218

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

Shades of Chilean Heath #FDFADA

Tints of Chilean Heath #FDFADA

RGB

 RED value IS 253 (99.22% from 255) = 35.09%

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

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

R = 35.09%
G = 34.67%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FDFADA (or 0xFDFADA) is known color: Chilean Heath. HEX triplet: FD, FA and DA. RGB value is (253,250,218). Sum of RGB (Red+Green+Blue) = 253+250+218=721 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.09% from 721); Green value is 250 (98.05% from 255 or 34.67% from 721); Blue value is 218 (85.55% from 255 or 30.24% from 721); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFADA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFADA is #020525. Grayscale: #F7F7F7. Windows color (decimal): -132390 or 14351101. OLE color: 14351101.

HSL color Cylindrical-coordinate representation of color #FDFADA: hue angle of 54.86º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FDFADA is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 250 218 -
CMYK 0 0.01 0.14 0.01
HSL 54.86º 0.9% 0.92% -
HSV(B) 54.86º 0.14% 0.99% -
XYZ 87.35 94.32 79.93 -
YUV 247.25 111.49 132.1 -
System Red Green Blue C M Y K H S L
Decimal 253 250 218 0 0.01 0.14 0.01 54.86 0.9 0.92
Hex FD FA DA 0 1 E 1 37 5A 5C
Octal 375 372 332 0 1 16 1 67 132 134
Binary 11111101 11111010 11011010 0 1 1110 1 110111 1011010 1011100

Color Harmonies of #FDFADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFADA

Black with #FDFADA

Text Example


Text Example

White with #FDFADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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