Html Css Color HEX #FEFBE3 Chilean Heath

📋 copy color: '#FEFBE3'

red 254 ◦ green 251 ◦ blue 227

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

Shades of Chilean Heath #FEFBE3

Tints of Chilean Heath #FEFBE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 31.01%

R = 34.7%
G = 34.29%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#FEFBE3 (or 0xFEFBE3) is known color: Chilean Heath. HEX triplet: FE, FB and E3. RGB value is (254,251,227). Sum of RGB (Red+Green+Blue) = 254+251+227=732 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.70% from 732); Green value is 251 (98.44% from 255 or 34.29% from 732); Blue value is 227 (89.06% from 255 or 31.01% from 732); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFBE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFBE3 is #01041C. Grayscale: #F9F9F9. Windows color (decimal): -66589 or 14941182. OLE color: 14941182.

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

Color convert

RGB 254 251 227 -
CMYK 0 0.01 0.11 0.00
HSL 53.33º 0.93% 0.94% -
HSV(B) 53.33º 0.11% 1% -
XYZ 89.24 95.61 86.42 -
YUV 249.16 115.49 131.45 -
System Red Green Blue C M Y K H S L
Decimal 254 251 227 0 0.01 0.11 0.00 53.33 0.93 0.94
Hex FE FB E3 0 1 B 0 35 5D 5E
Octal 376 373 343 0 1 13 0 65 135 136
Binary 11111110 11111011 11100011 0 1 1011 0 110101 1011101 1011110

Color Harmonies of #FEFBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFBE3

Black with #FEFBE3

Text Example


Text Example

White with #FEFBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFBE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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