Html Css Color HEX #FEFBE5 Chilean Heath

📋 copy color: '#FEFBE5'

red 254 ◦ green 251 ◦ blue 229

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

Shades of Chilean Heath #FEFBE5

Tints of Chilean Heath #FEFBE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 31.2%

R = 34.6%
G = 34.2%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#FEFBE5 (or 0xFEFBE5) is known color: Chilean Heath. HEX triplet: FE, FB and E5. RGB value is (254,251,229). Sum of RGB (Red+Green+Blue) = 254+251+229=734 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.60% from 734); Green value is 251 (98.44% from 255 or 34.20% from 734); Blue value is 229 (89.84% from 255 or 31.20% from 734); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFBE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFBE5 is #01041A. Grayscale: #F9F9F9. Windows color (decimal): -66587 or 15072254. OLE color: 15072254.

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

Color convert

RGB 254 251 229 -
CMYK 0 0.01 0.10 0.00
HSL 52.8º 0.93% 0.95% -
HSV(B) 52.8º 0.1% 1% -
XYZ 89.51 95.72 87.89 -
YUV 249.39 116.49 131.29 -
System Red Green Blue C M Y K H S L
Decimal 254 251 229 0 0.01 0.10 0.00 52.8 0.93 0.95
Hex FE FB E5 0 1 A 0 35 5D 5F
Octal 376 373 345 0 1 12 0 65 135 137
Binary 11111110 11111011 11100101 0 1 1010 0 110101 1011101 1011111

Color Harmonies of #FEFBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFBE5

Black with #FEFBE5

Text Example


Text Example

White with #FEFBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFBE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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