#FEFBE4

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

Shades of Chilean Heath #FEFBE4

Tints of Chilean Heath #FEFBE4

Color information

#FEFBE4 (or 0xFEFBE4) is unknown color: approx Chilean Heath. HEX triplet: FE, FB and E4. RGB value is (254,251,228). Sum of RGB (Red+Green+Blue) = 254+251+228=733 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.65% from 733); Green value is 251 (98.44% from 255 or 34.24% from 733); Blue value is 228 (89.45% from 255 or 31.11% from 733); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFBE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFBE4 is #01041B. Grayscale: #F9F9F9. Windows color (decimal): -66588 or 15006718. OLE color: 15006718.

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

Color convert

RGB254251228-
CMYK00.010.100.00
HSL53.08º92.86%94.51%-
HSV(B)53.08º10.24%99.61%-
XYZ89.3795.6787.15-
YUV249.27115.99131.37-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.65%
GREEN value IS 251 (98.44% from 255) = 34.24%
BLUE value IS 228 (89.45% from 255) = 31.11%
R=34.65%
G=34.24%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425122800.010.100.0053.0892.8694.51
HexFEFBE401A0355d5f
Octal3763733440112065135137
Binary111111101111101111100100011010011010110111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFBE4; }

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

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

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

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

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

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

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

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