Html Css Color HEX #F7EDF0 Amour

📋 copy color: '#F7EDF0'

red 247 ◦ green 237 ◦ blue 240

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

Shades of Amour #F7EDF0

Tints of Amour #F7EDF0

RGB

 RED value IS 247 (96.88% from 255) = 34.12%

 GREEN value IS 237 (92.97% from 255) = 32.73%

 BLUE value IS 240 (94.14% from 255) = 33.15%

R = 34.12%
G = 32.73%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#F7EDF0 (or 0xF7EDF0) is known color: Amour. HEX triplet: F7, ED and F0. RGB value is (247,237,240). Sum of RGB (Red+Green+Blue) = 247+237+240=724 (95% of max value = 765). Red value is 247 (96.88% from 255 or 34.12% from 724); Green value is 237 (92.97% from 255 or 32.73% from 724); Blue value is 240 (94.14% from 255 or 33.15% from 724); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EDF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7EDF0 is #08120F. Grayscale: #F0F0F0. Windows color (decimal): -528912 or 15789559. OLE color: 15789559.

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

Color convert

RGB 247 237 240 -
CMYK 0 0.04 0.03 0.03
HSL 342º 0.38% 0.95% -
HSV(B) 342º 0.04% 0.97% -
XYZ 84.37 86.63 94.71 -
YUV 240.33 127.81 132.76 -
System Red Green Blue C M Y K H S L
Decimal 247 237 240 0 0.04 0.03 0.03 342 0.38 0.95
Hex F7 ED F0 0 4 3 3 156 26 5F
Octal 367 355 360 0 4 3 3 526 46 137
Binary 11110111 11101101 11110000 0 100 11 11 101010110 100110 1011111

Color Harmonies of #F7EDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7EDF0

Black with #F7EDF0

Text Example


Text Example

White with #F7EDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7EDF0; }

 p { color: rgb(247,237,240); }

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

background-color css

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

 a { background-color: rgb(247,237,240); }

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

border-color css

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

 span { border-color: rgb(247,237,240); }

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