#FEFBE0

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

Shades of Chilean Heath #FEFBE0

Tints of Chilean Heath #FEFBE0

Color information

#FEFBE0 (or 0xFEFBE0) is unknown color: approx Chilean Heath. HEX triplet: FE, FB and E0. RGB value is (254,251,224). Sum of RGB (Red+Green+Blue) = 254+251+224=729 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.84% from 729); Green value is 251 (98.44% from 255 or 34.43% from 729); Blue value is 224 (87.89% from 255 or 30.73% from 729); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFBE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFBE0 is #01041F. Grayscale: #F8F8F8. Windows color (decimal): -66592 or 14744574. OLE color: 14744574.

HSL color Cylindrical-coordinate representation of color #FEFBE0: hue angle of 54º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FEFBE0 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB254251224-
CMYK00.010.120.00
HSL54º93.75%93.73%-
HSV(B)54º11.81%99.61%-
XYZ88.8295.4584.26-
YUV248.82113.99131.7-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.84%
GREEN value IS 251 (98.44% from 255) = 34.43%
BLUE value IS 224 (87.89% from 255) = 30.73%
R=34.84%
G=34.43%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425122400.010.120.005493.7593.73
HexFEFBE001C0365e5e
Octal3763733400114066136136
Binary111111101111101111100000011100011011010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFBE0; }

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

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

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

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

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

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

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

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