Html Css Color HEX #FDFADD Chilean Heath

📋 copy color: '#FDFADD'

red 253 ◦ green 250 ◦ blue 221

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

Shades of Chilean Heath #FDFADD

Tints of Chilean Heath #FDFADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 30.52%

R = 34.94%
G = 34.53%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FDFADD (or 0xFDFADD) is known color: Chilean Heath. HEX triplet: FD, FA and DD. RGB value is (253,250,221). Sum of RGB (Red+Green+Blue) = 253+250+221=724 (95% of max value = 765). Red value is 253 (99.22% from 255 or 34.94% from 724); Green value is 250 (98.05% from 255 or 34.53% from 724); Blue value is 221 (86.72% from 255 or 30.52% from 724); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFADD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFADD is #020522. Grayscale: #F7F7F7. Windows color (decimal): -132387 or 14547709. OLE color: 14547709.

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

Color convert

RGB 253 250 221 -
CMYK 0 0.01 0.13 0.01
HSL 54.38º 0.89% 0.93% -
HSV(B) 54.38º 0.13% 0.99% -
XYZ 87.74 94.47 82.02 -
YUV 247.59 112.99 131.86 -
System Red Green Blue C M Y K H S L
Decimal 253 250 221 0 0.01 0.13 0.01 54.38 0.89 0.93
Hex FD FA DD 0 1 D 1 36 59 5D
Octal 375 372 335 0 1 15 1 66 131 135
Binary 11111101 11111010 11011101 0 1 1101 1 110110 1011001 1011101

Color Harmonies of #FDFADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFADD

Black with #FDFADD

Text Example


Text Example

White with #FDFADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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