Html Css Color HEX #FEFBDE Chilean Heath

📋 copy color: '#FEFBDE'

red 254 ◦ green 251 ◦ blue 222

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

Shades of Chilean Heath #FEFBDE

Tints of Chilean Heath #FEFBDE

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 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

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

RGB 254 251 222 -
CMYK 0 0.01 0.13 0.00
HSL 54.38º 0.94% 0.93% -
HSV(B) 54.38º 0.13% 1% -
XYZ 88.56 95.34 82.84 -
YUV 248.59 112.99 131.86 -
System Red Green Blue C M Y K H S L
Decimal 254 251 222 0 0.01 0.13 0.00 54.38 0.94 0.93
Hex FE FB DE 0 1 D 0 36 5E 5D
Octal 376 373 336 0 1 15 0 66 136 135
Binary 11111110 11111011 11011110 0 1 1101 0 110110 1011110 1011101

Color Harmonies of #FEFBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFBDE

Black with #FEFBDE

Text Example


Text Example

White with #FEFBDE

Text Example


Text Example

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