Html Css Color HEX #F9DFE7 Amour

📋 copy color: '#F9DFE7'

red 249 ◦ green 223 ◦ blue 231

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

Shades of Amour #F9DFE7

Tints of Amour #F9DFE7

RGB

 RED value IS 249 (97.66% from 255) = 35.42%

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

 BLUE value IS 231 (90.63% from 255) = 32.86%

R = 35.42%
G = 31.72%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#F9DFE7 (or 0xF9DFE7) is known color: Amour. HEX triplet: F9, DF and E7. RGB value is (249,223,231). Sum of RGB (Red+Green+Blue) = 249+223+231=703 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.42% from 703); Green value is 223 (87.5% from 255 or 31.72% from 703); Blue value is 231 (90.62% from 255 or 32.86% from 703); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DFE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DFE7 is #062018. Grayscale: #E7E7E7. Windows color (decimal): -401433 or 15196153. OLE color: 15196153.

HSL color Cylindrical-coordinate representation of color #F9DFE7: hue angle of 341.54º degrees, saturation: 0.68, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F9DFE7 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 223 231 -
CMYK 0 0.10 0.07 0.02
HSL 341.54º 0.68% 0.93% -
HSV(B) 341.54º 0.1% 0.98% -
XYZ 79.88 78.68 86.58 -
YUV 231.69 127.61 140.35 -
System Red Green Blue C M Y K H S L
Decimal 249 223 231 0 0.10 0.07 0.02 341.54 0.68 0.93
Hex F9 DF E7 0 A 7 2 156 44 5D
Octal 371 337 347 0 12 7 2 526 104 135
Binary 11111001 11011111 11100111 0 1010 111 10 101010110 1000100 1011101

Color Harmonies of #F9DFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DFE7

Black with #F9DFE7

Text Example


Text Example

White with #F9DFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DFE7; }

 p { color: rgb(249,223,231); }

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

background-color css

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

 a { background-color: rgb(249,223,231); }

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

border-color css

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

 span { border-color: rgb(249,223,231); }

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