#FEFBDE

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

Shades of Chilean Heath #FEFBDE

Tints of Chilean Heath #FEFBDE

Color information

#FEFBDE (or 0xFEFBDE) is unknown color: approx Chilean Heath. HEX triplet: FE, FB and DE. RGB value is (254,251,222). Sum of RGB (Red+Green+Blue) = 254+251+222=727 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.94% from 727); Green value is 251 (98.44% from 255 or 34.53% from 727); Blue value is 222 (87.11% from 255 or 30.54% from 727); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFBDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFBDE is #010421. Grayscale: #F8F8F8. Windows color (decimal): -66594 or 14613502. OLE color: 14613502.

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

Color convert

RGB254251222-
CMYK00.010.130.00
HSL54.38º94.12%93.33%-
HSV(B)54.38º12.6%99.61%-
XYZ88.5695.3482.84-
YUV248.59112.99131.86-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.94%
GREEN value IS 251 (98.44% from 255) = 34.53%
BLUE value IS 222 (87.11% from 255) = 30.54%
R=34.94%
G=34.53%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425122200.010.130.0054.3894.1293.33
HexFEFBDE01D0365e5d
Octal3763733360115066136135
Binary111111101111101111011110011101011011010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFBDE; }

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

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

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

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

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

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

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

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