Html Css Color HEX #F0DDE3 Amour

📋 copy color: '#F0DDE3'

red 240 ◦ green 221 ◦ blue 227

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

Shades of Amour #F0DDE3

Tints of Amour #F0DDE3

RGB

 RED value IS 240 (94.14% from 255) = 34.88%

 GREEN value IS 221 (86.72% from 255) = 32.12%

 BLUE value IS 227 (89.06% from 255) = 32.99%

R = 34.88%
G = 32.12%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#F0DDE3 (or 0xF0DDE3) is known color: Amour. HEX triplet: F0, DD and E3. RGB value is (240,221,227). Sum of RGB (Red+Green+Blue) = 240+221+227=688 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.88% from 688); Green value is 221 (86.72% from 255 or 32.12% from 688); Blue value is 227 (89.06% from 255 or 32.99% from 688); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DDE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DDE3 is #0F221C. Grayscale: #E3E3E3. Windows color (decimal): -991773 or 14933488. OLE color: 14933488.

HSL color Cylindrical-coordinate representation of color #F0DDE3: hue angle of 341.05º degrees, saturation: 0.39, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F0DDE3 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 221 227 -
CMYK 0 0.08 0.05 0.06
HSL 341.05º 0.39% 0.9% -
HSV(B) 341.05º 0.08% 0.94% -
XYZ 75.66 75.78 83.31 -
YUV 227.37 127.79 137.01 -
System Red Green Blue C M Y K H S L
Decimal 240 221 227 0 0.08 0.05 0.06 341.05 0.39 0.9
Hex F0 DD E3 0 8 5 6 155 27 5A
Octal 360 335 343 0 10 5 6 525 47 132
Binary 11110000 11011101 11100011 0 1000 101 110 101010101 100111 1011010

Color Harmonies of #F0DDE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DDE3

Black with #F0DDE3

Text Example


Text Example

White with #F0DDE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DDE3; }

 p { color: rgb(240,221,227); }

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

background-color css

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

 a { background-color: rgb(240,221,227); }

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

border-color css

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

 span { border-color: rgb(240,221,227); }

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