Html Css Color HEX #F0AABB Cupid

📋 copy color: '#F0AABB'

red 240 ◦ green 170 ◦ blue 187

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

Shades of Cupid #F0AABB

Tints of Cupid #F0AABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 31.32%

R = 40.2%
G = 28.48%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F0AABB (or 0xF0AABB) is known color: Cupid. HEX triplet: F0, AA and BB. RGB value is (240,170,187). Sum of RGB (Red+Green+Blue) = 240+170+187=597 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.20% from 597); Green value is 170 (66.80% from 255 or 28.48% from 597); Blue value is 187 (73.44% from 255 or 31.32% from 597); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AABB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AABB is #0F5544. Grayscale: #C0C0C0. Windows color (decimal): -1004869 or 12298992. OLE color: 12298992.

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

Color convert

RGB 240 170 187 -
CMYK 0 0.29 0.22 0.06
HSL 345.43º 0.7% 0.8% -
HSV(B) 345.43º 0.29% 0.94% -
XYZ 59.28 50.86 53.71 -
YUV 192.87 124.69 161.62 -
System Red Green Blue C M Y K H S L
Decimal 240 170 187 0 0.29 0.22 0.06 345.43 0.7 0.8
Hex F0 AA BB 0 1D 16 6 159 46 50
Octal 360 252 273 0 35 26 6 531 106 120
Binary 11110000 10101010 10111011 0 11101 10110 110 101011001 1000110 1010000

Color Harmonies of #F0AABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AABB

Black with #F0AABB

Text Example


Text Example

White with #F0AABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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