#FDFAE3

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

Shades of Chilean Heath #FDFAE3

Tints of Chilean Heath #FDFAE3

Color information

#FDFAE3 (or 0xFDFAE3) is unknown color: approx Chilean Heath. HEX triplet: FD, FA and E3. RGB value is (253,250,227). Sum of RGB (Red+Green+Blue) = 253+250+227=730 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.66% from 730); Green value is 250 (98.05% from 255 or 34.25% from 730); Blue value is 227 (89.06% from 255 or 31.10% from 730); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFAE3 is #02051C. Grayscale: #F8F8F8. Windows color (decimal): -132381 or 14940925. OLE color: 14940925.

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

Color convert

RGB253250227-
CMYK00.010.100.01
HSL53.08º86.67%94.12%-
HSV(B)53.08º10.28%99.22%-
XYZ88.5694.886.3-
YUV248.27115.99131.37-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.66%
GREEN value IS 250 (98.05% from 255) = 34.25%
BLUE value IS 227 (89.06% from 255) = 31.10%
R=34.66%
G=34.25%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325022700.010.100.0153.0886.6794.12
HexFDFAE301A135575e
Octal3753723430112165127136
Binary111111011111101011100011011010111010110101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFAE3; }

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

 H1.HeaderClassName
 {
   color: #FDFAE3;
 }
 .AnyTagClassName
 {
   color: #FDFAE3;
 }
</style>
background-color css

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

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

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

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

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

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