Html Css Color HEX #F7DFE5 Amour

📋 copy color: '#F7DFE5'

red 247 ◦ green 223 ◦ blue 229

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

Shades of Amour #F7DFE5

Tints of Amour #F7DFE5

RGB

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

 GREEN value IS 223 (87.5% from 255) = 31.9%

 BLUE value IS 229 (89.84% from 255) = 32.76%

R = 35.34%
G = 31.9%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.03

RGB Variations

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

Color information

#F7DFE5 (or 0xF7DFE5) is known color: Amour. HEX triplet: F7, DF and E5. RGB value is (247,223,229). Sum of RGB (Red+Green+Blue) = 247+223+229=699 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.34% from 699); Green value is 223 (87.5% from 255 or 31.90% from 699); Blue value is 229 (89.84% from 255 or 32.76% from 699); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DFE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DFE5 is #08201A. Grayscale: #E6E6E6. Windows color (decimal): -532507 or 15065079. OLE color: 15065079.

HSL color Cylindrical-coordinate representation of color #F7DFE5: hue angle of 345º degrees, saturation: 0.6, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F7DFE5 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 223 229 -
CMYK 0 0.10 0.07 0.03
HSL 345º 0.6% 0.92% -
HSV(B) 345º 0.1% 0.97% -
XYZ 78.89 78.21 85.07 -
YUV 230.86 126.95 139.51 -
System Red Green Blue C M Y K H S L
Decimal 247 223 229 0 0.10 0.07 0.03 345 0.6 0.92
Hex F7 DF E5 0 A 7 3 159 3C 5C
Octal 367 337 345 0 12 7 3 531 74 134
Binary 11110111 11011111 11100101 0 1010 111 11 101011001 111100 1011100

Color Harmonies of #F7DFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7DFE5

Black with #F7DFE5

Text Example


Text Example

White with #F7DFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7DFE5; }

 p { color: rgb(247,223,229); }

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

background-color css

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

 a { background-color: rgb(247,223,229); }

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

border-color css

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

 span { border-color: rgb(247,223,229); }

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