Html Css Color HEX #FEFBE0 Chilean Heath

📋 copy color: '#FEFBE0'

red 254 ◦ green 251 ◦ blue 224

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

Shades of Chilean Heath #FEFBE0

Tints of Chilean Heath #FEFBE0

RGB

 RED value IS 254 (99.61% from 255) = 34.84%

 GREEN value IS 251 (98.44% from 255) = 34.43%

 BLUE value IS 224 (87.89% from 255) = 30.73%

R = 34.84%
G = 34.43%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#FEFBE0 (or 0xFEFBE0) is known color: Chilean Heath. HEX triplet: FE, FB and E0. RGB value is (254,251,224). Sum of RGB (Red+Green+Blue) = 254+251+224=729 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.84% from 729); Green value is 251 (98.44% from 255 or 34.43% from 729); Blue value is 224 (87.89% from 255 or 30.73% from 729); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFBE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFBE0 is #01041F. Grayscale: #F8F8F8. Windows color (decimal): -66592 or 14744574. OLE color: 14744574.

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

Color convert

RGB 254 251 224 -
CMYK 0 0.01 0.12 0.00
HSL 54º 0.94% 0.94% -
HSV(B) 54º 0.12% 1% -
XYZ 88.82 95.45 84.26 -
YUV 248.82 113.99 131.7 -
System Red Green Blue C M Y K H S L
Decimal 254 251 224 0 0.01 0.12 0.00 54 0.94 0.94
Hex FE FB E0 0 1 C 0 36 5E 5E
Octal 376 373 340 0 1 14 0 66 136 136
Binary 11111110 11111011 11100000 0 1 1100 0 110110 1011110 1011110

Color Harmonies of #FEFBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFBE0

Black with #FEFBE0

Text Example


Text Example

White with #FEFBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFBE0; }

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

 H1.HeaderClassName
 {
   color: #FEFBE0;
 }
 .AnyTagClassName
 {
   color: #FEFBE0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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