#F2EAE3

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

Shades of Chardon #F2EAE3

Tints of Chardon #F2EAE3

Color information

#F2EAE3 (or 0xF2EAE3) is unknown color: approx Chardon. HEX triplet: F2, EA and E3. RGB value is (242,234,227). Sum of RGB (Red+Green+Blue) = 242+234+227=703 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.42% from 703); Green value is 234 (91.80% from 255 or 33.29% from 703); Blue value is 227 (89.06% from 255 or 32.29% from 703); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EAE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EAE3 is #0D151C. Grayscale: #EBEBEB. Windows color (decimal): -857373 or 14936818. OLE color: 14936818.

HSL color Cylindrical-coordinate representation of color #F2EAE3: hue angle of 28º degrees, saturation: 0.37, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F2EAE3 is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB242234227-
CMYK00.030.060.05
HSL28º36.59%91.96%-
HSV(B)28º6.2%94.9%-
XYZ79.9183.2784.53-
YUV235.59123.15132.57-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.42%
GREEN value IS 234 (91.80% from 255) = 33.29%
BLUE value IS 227 (89.06% from 255) = 32.29%
R=34.42%
G=33.29%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223422700.030.060.052836.5991.96
HexF2EAE303651c255c
Octal36235234303653445134
Binary111100101110101011100011011110101111001001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EAE3; }

 p { color: rgb(242,234,227); }

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

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

 a { background-color: rgb(242,234,227); }

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

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

 span { border-color: rgb(242,234,227); }

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