#FEEEE2

Color #FEEEE2 Chardon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chardon #FEEEE2

Tints of Chardon #FEEEE2

Color information

#FEEEE2 (or 0xFEEEE2) is unknown color: approx Chardon. HEX triplet: FE, EE and E2. RGB value is (254,238,226). Sum of RGB (Red+Green+Blue) = 254+238+226=718 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.38% from 718); Green value is 238 (93.36% from 255 or 33.15% from 718); Blue value is 226 (88.67% from 255 or 31.48% from 718); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEEE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEEE2 is #01111D. Grayscale: #F1F1F1. Windows color (decimal): -69918 or 14872318. OLE color: 14872318.

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

Color convert

RGB254238226-
CMYK00.060.110.00
HSL25.71º93.33%94.12%-
HSV(B)25.71º11.02%99.61%-
XYZ85.1887.7184.39-
YUV241.42119.3136.98-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.38%
GREEN value IS 238 (93.36% from 255) = 33.15%
BLUE value IS 226 (88.67% from 255) = 31.48%
R=35.38%
G=33.15%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423822600.060.110.0025.7193.3394.12
HexFEEEE206B01a5d5e
Octal3763563420613032135136
Binary1111111011101110111000100110101101101010111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEEE2; }

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

 H1.HeaderClassName
 {
   color: #FEEEE2;
 }
 .AnyTagClassName
 {
   color: #FEEEE2;
 }
</style>
background-color css

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

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

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

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

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

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