Html Css Color HEX #F0ABBA Cupid

📋 copy color: '#F0ABBA'

red 240 ◦ green 171 ◦ blue 186

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

Shades of Cupid #F0ABBA

Tints of Cupid #F0ABBA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.64%

 BLUE value IS 186 (73.05% from 255) = 31.16%

R = 40.2%
G = 28.64%
B = 31.16%

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

#F0ABBA (or 0xF0ABBA) is known color: Cupid. HEX triplet: F0, AB and BA. RGB value is (240,171,186). Sum of RGB (Red+Green+Blue) = 240+171+186=597 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.20% from 597); Green value is 171 (67.19% from 255 or 28.64% from 597); Blue value is 186 (73.05% from 255 or 31.16% from 597); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ABBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ABBA is #0F5445. Grayscale: #C1C1C1. Windows color (decimal): -1004614 or 12233712. OLE color: 12233712.

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

Color convert

RGB 240 171 186 -
CMYK 0 0.29 0.22 0.06
HSL 346.96º 0.7% 0.81% -
HSV(B) 346.96º 0.29% 0.94% -
XYZ 59.36 51.2 53.21 -
YUV 193.34 123.86 161.28 -
System Red Green Blue C M Y K H S L
Decimal 240 171 186 0 0.29 0.22 0.06 346.96 0.7 0.81
Hex F0 AB BA 0 1D 16 6 15B 46 51
Octal 360 253 272 0 35 26 6 533 106 121
Binary 11110000 10101011 10111010 0 11101 10110 110 101011011 1000110 1010001

Color Harmonies of #F0ABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0ABBA

Black with #F0ABBA

Text Example


Text Example

White with #F0ABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0ABBA; }

 p { color: rgb(240,171,186); }

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

background-color css

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

 a { background-color: rgb(240,171,186); }

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

border-color css

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

 span { border-color: rgb(240,171,186); }

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