#FDFAE1

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

Shades of Chilean Heath #FDFAE1

Tints of Chilean Heath #FDFAE1

Color information

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

RGB253250225-
CMYK00.010.110.01
HSL53.57º87.5%93.73%-
HSV(B)53.57º11.07%99.22%-
XYZ88.2894.6984.86-
YUV248.05114.99131.53-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325022500.010.110.0153.5787.593.73
HexFDFAE101B136585e
Octal3753723410113166130136
Binary111111011111101011100001011011111011010110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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