#FEFBE2

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

Shades of Chilean Heath #FEFBE2

Tints of Chilean Heath #FEFBE2

Color information

#FEFBE2 (or 0xFEFBE2) is unknown color: approx Chilean Heath. HEX triplet: FE, FB and E2. RGB value is (254,251,226). Sum of RGB (Red+Green+Blue) = 254+251+226=731 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.75% from 731); Green value is 251 (98.44% from 255 or 34.34% from 731); Blue value is 226 (88.67% from 255 or 30.92% from 731); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFBE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFBE2 is #01041D. Grayscale: #F9F9F9. Windows color (decimal): -66590 or 14875646. OLE color: 14875646.

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

Color convert

RGB254251226-
CMYK00.010.110.00
HSL53.57º93.33%94.12%-
HSV(B)53.57º11.02%99.61%-
XYZ89.195.5685.7-
YUV249.05114.99131.53-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.75%
GREEN value IS 251 (98.44% from 255) = 34.34%
BLUE value IS 226 (88.67% from 255) = 30.92%
R=34.75%
G=34.34%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425122600.010.110.0053.5793.3394.12
HexFEFBE201B0365d5e
Octal3763733420113066135136
Binary111111101111101111100010011011011011010111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFBE2; }

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

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

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

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

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

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

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

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