#F2EDEA

Color #F2EDEA Hint Of Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hint Of Red #F2EDEA

Tints of Hint Of Red #F2EDEA

Color information

#F2EDEA (or 0xF2EDEA) is unknown color: approx Hint Of Red. HEX triplet: F2, ED and EA. RGB value is (242,237,234). Sum of RGB (Red+Green+Blue) = 242+237+234=713 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.94% from 713); Green value is 237 (92.97% from 255 or 33.24% from 713); Blue value is 234 (91.80% from 255 or 32.82% from 713); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EDEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EDEA is #0D1215. Grayscale: #EEEEEE. Windows color (decimal): -856598 or 15396338. OLE color: 15396338.

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

Color convert

RGB242237234-
CMYK00.020.030.05
HSL22.5º23.53%93.33%-
HSV(B)22.5º3.31%94.9%-
XYZ81.7585.3990.01-
YUV238.15125.66130.74-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.94%
GREEN value IS 237 (92.97% from 255) = 33.24%
BLUE value IS 234 (91.80% from 255) = 32.82%
R=33.94%
G=33.24%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223723400.020.030.0522.523.5393.33
HexF2EDEA023517185d
Octal36235535202352730135
Binary1111001011101101111010100101110110111110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EDEA; }

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

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

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

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

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

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

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

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