Html Css Color HEX #F2EAED Amour

📋 copy color: '#F2EAED'

red 242 ◦ green 234 ◦ blue 237

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

Shades of Amour #F2EAED

Tints of Amour #F2EAED

RGB

 RED value IS 242 (94.92% from 255) = 33.94%

 GREEN value IS 234 (91.8% from 255) = 32.82%

 BLUE value IS 237 (92.97% from 255) = 33.24%

R = 33.94%
G = 32.82%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F2EAED (or 0xF2EAED) is known color: Amour. HEX triplet: F2, EA and ED. RGB value is (242,234,237). Sum of RGB (Red+Green+Blue) = 242+234+237=713 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.94% from 713); Green value is 234 (91.80% from 255 or 32.82% from 713); Blue value is 237 (92.97% from 255 or 33.24% from 713); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EAED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EAED is #0D1512. Grayscale: #ECECEC. Windows color (decimal): -857363 or 15592178. OLE color: 15592178.

HSL color Cylindrical-coordinate representation of color #F2EAED: hue angle of 337.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 #F2EAED is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 234 237 -
CMYK 0 0.03 0.02 0.05
HSL 337.5º 0.24% 0.93% -
HSV(B) 337.5º 0.03% 0.95% -
XYZ 81.33 83.84 92.02 -
YUV 236.73 128.15 131.76 -
System Red Green Blue C M Y K H S L
Decimal 242 234 237 0 0.03 0.02 0.05 337.5 0.24 0.93
Hex F2 EA ED 0 3 2 5 152 18 5D
Octal 362 352 355 0 3 2 5 522 30 135
Binary 11110010 11101010 11101101 0 11 10 101 101010010 11000 1011101

Color Harmonies of #F2EAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EAED

Black with #F2EAED

Text Example


Text Example

White with #F2EAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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