Html Css Color HEX #F0AABE Cupid

📋 copy color: '#F0AABE'

red 240 ◦ green 170 ◦ blue 190

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

Shades of Cupid #F0AABE

Tints of Cupid #F0AABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 31.67%

R = 40%
G = 28.33%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F0AABE (or 0xF0AABE) is known color: Cupid. HEX triplet: F0, AA and BE. RGB value is (240,170,190). Sum of RGB (Red+Green+Blue) = 240+170+190=600 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40% from 600); Green value is 170 (66.80% from 255 or 28.33% from 600); Blue value is 190 (74.61% from 255 or 31.67% from 600); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AABE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AABE is #0F5541. Grayscale: #C1C1C1. Windows color (decimal): -1004866 or 12495600. OLE color: 12495600.

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

Color convert

RGB 240 170 190 -
CMYK 0 0.29 0.21 0.06
HSL 342.86º 0.7% 0.8% -
HSV(B) 342.86º 0.29% 0.94% -
XYZ 59.6 50.99 55.42 -
YUV 193.21 126.19 161.37 -
System Red Green Blue C M Y K H S L
Decimal 240 170 190 0 0.29 0.21 0.06 342.86 0.7 0.8
Hex F0 AA BE 0 1D 15 6 157 46 50
Octal 360 252 276 0 35 25 6 527 106 120
Binary 11110000 10101010 10111110 0 11101 10101 110 101010111 1000110 1010000

Color Harmonies of #F0AABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AABE

Black with #F0AABE

Text Example


Text Example

White with #F0AABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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