Html Css Color HEX #F0AAC7 Cupid

📋 copy color: '#F0AAC7'

red 240 ◦ green 170 ◦ blue 199

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

Shades of Cupid #F0AAC7

Tints of Cupid #F0AAC7

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.91%

 BLUE value IS 199 (78.13% from 255) = 32.68%

R = 39.41%
G = 27.91%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#F0AAC7 (or 0xF0AAC7) is known color: Cupid. HEX triplet: F0, AA and C7. RGB value is (240,170,199). Sum of RGB (Red+Green+Blue) = 240+170+199=609 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.41% from 609); Green value is 170 (66.80% from 255 or 27.91% from 609); Blue value is 199 (78.12% from 255 or 32.68% from 609); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AAC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AAC7 is #0F5538. Grayscale: #C2C2C2. Windows color (decimal): -1004857 or 13085424. OLE color: 13085424.

HSL color Cylindrical-coordinate representation of color #F0AAC7: hue angle of 335.14º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0AAC7 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 170 199 -
CMYK 0 0.29 0.17 0.06
HSL 335.14º 0.7% 0.8% -
HSV(B) 335.14º 0.29% 0.94% -
XYZ 60.62 51.4 60.76 -
YUV 194.24 130.69 160.64 -
System Red Green Blue C M Y K H S L
Decimal 240 170 199 0 0.29 0.17 0.06 335.14 0.7 0.8
Hex F0 AA C7 0 1D 11 6 14F 46 50
Octal 360 252 307 0 35 21 6 517 106 120
Binary 11110000 10101010 11000111 0 11101 10001 110 101001111 1000110 1010000

Color Harmonies of #F0AAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AAC7

Black with #F0AAC7

Text Example


Text Example

White with #F0AAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AAC7; }

 p { color: rgb(240,170,199); }

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

background-color css

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

 a { background-color: rgb(240,170,199); }

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

border-color css

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

 span { border-color: rgb(240,170,199); }

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