Html Css Color HEX #F4DFE5 Amour

📋 copy color: '#F4DFE5'

red 244 ◦ green 223 ◦ blue 229

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

Shades of Amour #F4DFE5

Tints of Amour #F4DFE5

RGB

 RED value IS 244 (95.7% from 255) = 35.06%

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

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

R = 35.06%
G = 32.04%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.04

RGB Variations

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

Color information

#F4DFE5 (or 0xF4DFE5) is known color: Amour. HEX triplet: F4, DF and E5. RGB value is (244,223,229). Sum of RGB (Red+Green+Blue) = 244+223+229=696 (92% of max value = 765). Red value is 244 (95.70% from 255 or 35.06% from 696); Green value is 223 (87.5% from 255 or 32.04% from 696); Blue value is 229 (89.84% from 255 or 32.90% from 696); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DFE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DFE5 is #0B201A. Grayscale: #E5E5E5. Windows color (decimal): -729115 or 15065076. OLE color: 15065076.

HSL color Cylindrical-coordinate representation of color #F4DFE5: hue angle of 342.86º degrees, saturation: 0.49, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F4DFE5 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 223 229 -
CMYK 0 0.09 0.06 0.04
HSL 342.86º 0.49% 0.92% -
HSV(B) 342.86º 0.09% 0.96% -
XYZ 77.84 77.67 85.02 -
YUV 229.96 127.46 138.01 -
System Red Green Blue C M Y K H S L
Decimal 244 223 229 0 0.09 0.06 0.04 342.86 0.49 0.92
Hex F4 DF E5 0 9 6 4 157 31 5C
Octal 364 337 345 0 11 6 4 527 61 134
Binary 11110100 11011111 11100101 0 1001 110 100 101010111 110001 1011100

Color Harmonies of #F4DFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4DFE5

Black with #F4DFE5

Text Example


Text Example

White with #F4DFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4DFE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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