Html Css Color HEX #F2EAEB Amour

📋 copy color: '#F2EAEB'

red 242 ◦ green 234 ◦ blue 235

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

Shades of Amour #F2EAEB

Tints of Amour #F2EAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 33.05%

R = 34.04%
G = 32.91%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F2EAEB (or 0xF2EAEB) is known color: Amour. HEX triplet: F2, EA and EB. RGB value is (242,234,235). Sum of RGB (Red+Green+Blue) = 242+234+235=711 (94% of max value = 765). Red value is 242 (94.92% from 255 or 34.04% from 711); Green value is 234 (91.80% from 255 or 32.91% from 711); Blue value is 235 (92.19% from 255 or 33.05% from 711); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EAEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EAEB is #0D1514. Grayscale: #ECECEC. Windows color (decimal): -857365 or 15461106. OLE color: 15461106.

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

Color convert

RGB 242 234 235 -
CMYK 0 0.03 0.03 0.05
HSL 352.5º 0.24% 0.93% -
HSV(B) 352.5º 0.03% 0.95% -
XYZ 81.04 83.72 90.49 -
YUV 236.51 127.15 131.92 -
System Red Green Blue C M Y K H S L
Decimal 242 234 235 0 0.03 0.03 0.05 352.5 0.24 0.93
Hex F2 EA EB 0 3 3 5 160 18 5D
Octal 362 352 353 0 3 3 5 540 30 135
Binary 11110010 11101010 11101011 0 11 11 101 101100000 11000 1011101

Color Harmonies of #F2EAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EAEB

Black with #F2EAEB

Text Example


Text Example

White with #F2EAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EAEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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