Html Css Color HEX #F2E7EB Amour

📋 copy color: '#F2E7EB'

red 242 ◦ green 231 ◦ blue 235

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

Shades of Amour #F2E7EB

Tints of Amour #F2E7EB

RGB

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

 GREEN value IS 231 (90.63% from 255) = 32.63%

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

R = 34.18%
G = 32.63%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F2E7EB (or 0xF2E7EB) is known color: Amour. HEX triplet: F2, E7 and EB. RGB value is (242,231,235). Sum of RGB (Red+Green+Blue) = 242+231+235=708 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.18% from 708); Green value is 231 (90.62% from 255 or 32.63% from 708); Blue value is 235 (92.19% from 255 or 33.19% from 708); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E7EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2E7EB is #0D1814. Grayscale: #EAEAEA. Windows color (decimal): -858133 or 15460338. OLE color: 15460338.

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

Color convert

RGB 242 231 235 -
CMYK 0 0.05 0.03 0.05
HSL 338.18º 0.3% 0.93% -
HSV(B) 338.18º 0.05% 0.95% -
XYZ 80.19 82.03 90.2 -
YUV 234.75 128.14 133.17 -
System Red Green Blue C M Y K H S L
Decimal 242 231 235 0 0.05 0.03 0.05 338.18 0.3 0.93
Hex F2 E7 EB 0 5 3 5 152 1E 5D
Octal 362 347 353 0 5 3 5 522 36 135
Binary 11110010 11100111 11101011 0 101 11 101 101010010 11110 1011101

Color Harmonies of #F2E7EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E7EB

Black with #F2E7EB

Text Example


Text Example

White with #F2E7EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E7EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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