#FBFAE4

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

Shades of Chilean Heath #FBFAE4

Tints of Chilean Heath #FBFAE4

Color information

#FBFAE4 (or 0xFBFAE4) is unknown color: approx Chilean Heath. HEX triplet: FB, FA and E4. RGB value is (251,250,228). Sum of RGB (Red+Green+Blue) = 251+250+228=729 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.43% from 729); Green value is 250 (98.05% from 255 or 34.29% from 729); Blue value is 228 (89.45% from 255 or 31.28% from 729); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFAE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFAE4 is #04051B. Grayscale: #F7F7F7. Windows color (decimal): -263452 or 15006459. OLE color: 15006459.

HSL color Cylindrical-coordinate representation of color #FBFAE4: hue angle of 57.39º degrees, saturation: 0.74, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FBFAE4 is Cyan = 0, Magento = 0.00, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB251250228-
CMYK00.000.090.02
HSL57.39º74.19%93.92%-
HSV(B)57.39º9.16%98.43%-
XYZ87.9794.4887-
YUV247.79116.83130.29-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.43%
GREEN value IS 250 (98.05% from 255) = 34.29%
BLUE value IS 228 (89.45% from 255) = 31.28%
R=34.43%
G=34.29%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25125022800.000.090.0257.3974.1993.92
HexFBFAE40092394a5e
Octal3733723440011271112136
Binary1111101111111010111001000010011011100110010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFAE4; }

 p { color: rgb(251,250,228); }

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

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

 a { background-color: rgb(251,250,228); }

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

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

 span { border-color: rgb(251,250,228); }

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