Html Css Color HEX #FDFAE1 Chilean Heath

📋 copy color: '#FDFAE1'

red 253 ◦ green 250 ◦ blue 225

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

Shades of Chilean Heath #FDFAE1

Tints of Chilean Heath #FDFAE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 30.91%

R = 34.75%
G = 34.34%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FDFAE1 (or 0xFDFAE1) is known color: Chilean Heath. HEX triplet: FD, FA and E1. RGB value is (253,250,225). Sum of RGB (Red+Green+Blue) = 253+250+225=728 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.75% from 728); Green value is 250 (98.05% from 255 or 34.34% from 728); Blue value is 225 (88.28% from 255 or 30.91% from 728); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFAE1 is #02051E. Grayscale: #F8F8F8. Windows color (decimal): -132383 or 14809853. OLE color: 14809853.

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

Color convert

RGB 253 250 225 -
CMYK 0 0.01 0.11 0.01
HSL 53.57º 0.88% 0.94% -
HSV(B) 53.57º 0.11% 0.99% -
XYZ 88.28 94.69 84.86 -
YUV 248.05 114.99 131.53 -
System Red Green Blue C M Y K H S L
Decimal 253 250 225 0 0.01 0.11 0.01 53.57 0.88 0.94
Hex FD FA E1 0 1 B 1 36 58 5E
Octal 375 372 341 0 1 13 1 66 130 136
Binary 11111101 11111010 11100001 0 1 1011 1 110110 1011000 1011110

Color Harmonies of #FDFAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFAE1

Black with #FDFAE1

Text Example


Text Example

White with #FDFAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFAE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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