#FBFAE0

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

Shades of Chilean Heath #FBFAE0

Tints of Chilean Heath #FBFAE0

Color information

#FBFAE0 (or 0xFBFAE0) is unknown color: approx Chilean Heath. HEX triplet: FB, FA and E0. RGB value is (251,250,224). Sum of RGB (Red+Green+Blue) = 251+250+224=725 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.62% from 725); Green value is 250 (98.05% from 255 or 34.48% from 725); Blue value is 224 (87.89% from 255 or 30.90% from 725); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFAE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFAE0 is #04051F. Grayscale: #F7F7F7. Windows color (decimal): -263456 or 14744315. OLE color: 14744315.

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

Color convert

RGB251250224-
CMYK00.000.110.02
HSL57.78º77.14%93.14%-
HSV(B)57.78º10.76%98.43%-
XYZ87.4294.2684.11-
YUV247.33114.83130.61-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.62%
GREEN value IS 250 (98.05% from 255) = 34.48%
BLUE value IS 224 (87.89% from 255) = 30.90%
R=34.62%
G=34.48%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25125022400.000.110.0257.7877.1493.14
HexFBFAE000B23a4d5d
Octal3733723400013272115135
Binary1111101111111010111000000010111011101010011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFAE0; }

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

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

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

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

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

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

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

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