Html Css Color HEX #FEFBE2 Chilean Heath

📋 copy color: '#FEFBE2'

red 254 ◦ green 251 ◦ blue 226

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

Shades of Chilean Heath #FEFBE2

Tints of Chilean Heath #FEFBE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 30.92%

R = 34.75%
G = 34.34%
B = 30.92%

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

#FEFBE2 (or 0xFEFBE2) is known color: Chilean Heath. HEX triplet: FE, FB and E2. RGB value is (254,251,226). Sum of RGB (Red+Green+Blue) = 254+251+226=731 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.75% from 731); Green value is 251 (98.44% from 255 or 34.34% from 731); Blue value is 226 (88.67% from 255 or 30.92% from 731); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFBE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFBE2 is #01041D. Grayscale: #F9F9F9. Windows color (decimal): -66590 or 14875646. OLE color: 14875646.

HSL color Cylindrical-coordinate representation of color #FEFBE2: hue angle of 53.57º 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 #FEFBE2 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 251 226 -
CMYK 0 0.01 0.11 0.00
HSL 53.57º 0.93% 0.94% -
HSV(B) 53.57º 0.11% 1% -
XYZ 89.1 95.56 85.7 -
YUV 249.05 114.99 131.53 -
System Red Green Blue C M Y K H S L
Decimal 254 251 226 0 0.01 0.11 0.00 53.57 0.93 0.94
Hex FE FB E2 0 1 B 0 36 5D 5E
Octal 376 373 342 0 1 13 0 66 135 136
Binary 11111110 11111011 11100010 0 1 1011 0 110110 1011101 1011110

Color Harmonies of #FEFBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFBE2

Black with #FEFBE2

Text Example


Text Example

White with #FEFBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFBE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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