Html Css Color HEX #F2EBED Amour

📋 copy color: '#F2EBED'

red 242 ◦ green 235 ◦ blue 237

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

Shades of Amour #F2EBED

Tints of Amour #F2EBED

RGB

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

 GREEN value IS 235 (92.19% from 255) = 32.91%

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

R = 33.89%
G = 32.91%
B = 33.19%

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

#F2EBED (or 0xF2EBED) is known color: Amour. HEX triplet: F2, EB and ED. RGB value is (242,235,237). Sum of RGB (Red+Green+Blue) = 242+235+237=714 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.89% from 714); Green value is 235 (92.19% from 255 or 32.91% from 714); Blue value is 237 (92.97% from 255 or 33.19% from 714); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EBED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EBED is #0D1412. Grayscale: #EDEDED. Windows color (decimal): -857107 or 15592434. OLE color: 15592434.

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

Color convert

RGB 242 235 237 -
CMYK 0 0.03 0.02 0.05
HSL 342.86º 0.21% 0.94% -
HSV(B) 342.86º 0.03% 0.95% -
XYZ 81.61 84.41 92.11 -
YUV 237.32 127.82 131.34 -
System Red Green Blue C M Y K H S L
Decimal 242 235 237 0 0.03 0.02 0.05 342.86 0.21 0.94
Hex F2 EB ED 0 3 2 5 157 15 5E
Octal 362 353 355 0 3 2 5 527 25 136
Binary 11110010 11101011 11101101 0 11 10 101 101010111 10101 1011110

Color Harmonies of #F2EBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EBED

Black with #F2EBED

Text Example


Text Example

White with #F2EBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EBED; }

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

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

background-color css

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

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

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

border-color css

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

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

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