Html Css Color HEX #F0AAB7 Cupid

📋 copy color: '#F0AAB7'

red 240 ◦ green 170 ◦ blue 183

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

Shades of Cupid #F0AAB7

Tints of Cupid #F0AAB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 30.86%

R = 40.47%
G = 28.67%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.24

 K value IS 0.06

RGB Variations

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

Color information

#F0AAB7 (or 0xF0AAB7) is known color: Cupid. HEX triplet: F0, AA and B7. RGB value is (240,170,183). Sum of RGB (Red+Green+Blue) = 240+170+183=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 170 (66.80% from 255 or 28.67% from 593); Blue value is 183 (71.88% from 255 or 30.86% from 593); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AAB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AAB7 is #0F5548. Grayscale: #C0C0C0. Windows color (decimal): -1004873 or 12036848. OLE color: 12036848.

HSL color Cylindrical-coordinate representation of color #F0AAB7: hue angle of 348.86º 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 #F0AAB7 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 170 183 -
CMYK 0 0.29 0.24 0.06
HSL 348.86º 0.7% 0.8% -
HSV(B) 348.86º 0.29% 0.94% -
XYZ 58.86 50.69 51.48 -
YUV 192.41 122.69 161.94 -
System Red Green Blue C M Y K H S L
Decimal 240 170 183 0 0.29 0.24 0.06 348.86 0.7 0.8
Hex F0 AA B7 0 1D 18 6 15D 46 50
Octal 360 252 267 0 35 30 6 535 106 120
Binary 11110000 10101010 10110111 0 11101 11000 110 101011101 1000110 1010000

Color Harmonies of #F0AAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AAB7

Black with #F0AAB7

Text Example


Text Example

White with #F0AAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AAB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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