#FEFBDD

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

Shades of Chilean Heath #FEFBDD

Tints of Chilean Heath #FEFBDD

Color information

#FEFBDD (or 0xFEFBDD) is unknown color: approx Chilean Heath. HEX triplet: FE, FB and DD. RGB value is (254,251,221). Sum of RGB (Red+Green+Blue) = 254+251+221=726 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.99% from 726); Green value is 251 (98.44% from 255 or 34.57% from 726); Blue value is 221 (86.72% from 255 or 30.44% from 726); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFBDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFBDD is #010422. Grayscale: #F8F8F8. Windows color (decimal): -66595 or 14547966. OLE color: 14547966.

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

Color convert

RGB254251221-
CMYK00.010.130.00
HSL54.55º94.29%93.14%-
HSV(B)54.55º12.99%99.61%-
XYZ88.4295.2982.14-
YUV248.48112.49131.94-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.99%
GREEN value IS 251 (98.44% from 255) = 34.57%
BLUE value IS 221 (86.72% from 255) = 30.44%
R=34.99%
G=34.57%
B=30.44%

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
Decimal25425122100.010.130.0054.5594.2993.14
HexFEFBDD01D0375e5d
Octal3763733350115067136135
Binary111111101111101111011101011101011011110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFBDD; }

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

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

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

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

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

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

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

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