#FBFAE3

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

Shades of Chilean Heath #FBFAE3

Tints of Chilean Heath #FBFAE3

Color information

#FBFAE3 (or 0xFBFAE3) is unknown color: approx Chilean Heath. HEX triplet: FB, FA and E3. RGB value is (251,250,227). Sum of RGB (Red+Green+Blue) = 251+250+227=728 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.48% from 728); Green value is 250 (98.05% from 255 or 34.34% from 728); Blue value is 227 (89.06% from 255 or 31.18% from 728); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFAE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFAE3 is #04051C. Grayscale: #F7F7F7. Windows color (decimal): -263453 or 14940923. OLE color: 14940923.

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

Color convert

RGB251250227-
CMYK00.000.100.02
HSL57.5º75%93.73%-
HSV(B)57.5º9.56%98.43%-
XYZ87.8394.4386.27-
YUV247.68116.33130.37-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.48%
GREEN value IS 250 (98.05% from 255) = 34.34%
BLUE value IS 227 (89.06% from 255) = 31.18%
R=34.48%
G=34.34%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25125022700.000.100.0257.57593.73
HexFBFAE300A23a4b5e
Octal3733723430012272113136
Binary1111101111111010111000110010101011101010010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFAE3; }

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

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

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

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

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

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

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

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