Html Css Color HEX #FEFBDD Chilean Heath

📋 copy color: '#FEFBDD'

red 254 ◦ green 251 ◦ blue 221

#FEFBDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chilean Heath #FEFBDD

Tints of Chilean Heath #FEFBDD

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 value IS 0

 M value IS 0.01

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FEFBDD (or 0xFEFBDD) is known color: 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

RGB 254 251 221 -
CMYK 0 0.01 0.13 0.00
HSL 54.55º 0.94% 0.93% -
HSV(B) 54.55º 0.13% 1% -
XYZ 88.42 95.29 82.14 -
YUV 248.48 112.49 131.94 -
System Red Green Blue C M Y K H S L
Decimal 254 251 221 0 0.01 0.13 0.00 54.55 0.94 0.93
Hex FE FB DD 0 1 D 0 37 5E 5D
Octal 376 373 335 0 1 15 0 67 136 135
Binary 11111110 11111011 11011101 0 1 1101 0 110111 1011110 1011101

Color Harmonies of #FEFBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFBDD

Black with #FEFBDD

Text Example


Text Example

White with #FEFBDD

Text Example


Text Example

HTML Codes & Css Web 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>