#FEFBE3

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

Shades of Chilean Heath #FEFBE3

Tints of Chilean Heath #FEFBE3

Color information

#FEFBE3 (or 0xFEFBE3) is unknown color: approx Chilean Heath. HEX triplet: FE, FB and E3. RGB value is (254,251,227). Sum of RGB (Red+Green+Blue) = 254+251+227=732 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.70% from 732); Green value is 251 (98.44% from 255 or 34.29% from 732); Blue value is 227 (89.06% from 255 or 31.01% from 732); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFBE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFBE3 is #01041C. Grayscale: #F9F9F9. Windows color (decimal): -66589 or 14941182. OLE color: 14941182.

HSL color Cylindrical-coordinate representation of color #FEFBE3: hue angle of 53.33º 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 #FEFBE3 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.00.

Color convert

RGB254251227-
CMYK00.010.110.00
HSL53.33º93.1%94.31%-
HSV(B)53.33º10.63%99.61%-
XYZ89.2495.6186.42-
YUV249.16115.49131.45-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.70%
GREEN value IS 251 (98.44% from 255) = 34.29%
BLUE value IS 227 (89.06% from 255) = 31.01%
R=34.70%
G=34.29%
B=31.01%

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
Decimal25425122700.010.110.0053.3393.194.31
HexFEFBE301B0355d5e
Octal3763733430113065135136
Binary111111101111101111100011011011011010110111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFBE3; }

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

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

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

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

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

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

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

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