Html Css Color HEX #F0ABC0 Cupid

📋 copy color: '#F0ABC0'

red 240 ◦ green 171 ◦ blue 192

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

Shades of Cupid #F0ABC0

Tints of Cupid #F0ABC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 31.84%

R = 39.8%
G = 28.36%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F0ABC0 (or 0xF0ABC0) is known color: Cupid. HEX triplet: F0, AB and C0. RGB value is (240,171,192). Sum of RGB (Red+Green+Blue) = 240+171+192=603 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.80% from 603); Green value is 171 (67.19% from 255 or 28.36% from 603); Blue value is 192 (75.39% from 255 or 31.84% from 603); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ABC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ABC0 is #0F543F. Grayscale: #C2C2C2. Windows color (decimal): -1004608 or 12626928. OLE color: 12626928.

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

Color convert

RGB 240 171 192 -
CMYK 0 0.29 0.20 0.06
HSL 341.74º 0.7% 0.81% -
HSV(B) 341.74º 0.29% 0.94% -
XYZ 60.01 51.46 56.64 -
YUV 194.03 126.86 160.79 -
System Red Green Blue C M Y K H S L
Decimal 240 171 192 0 0.29 0.20 0.06 341.74 0.7 0.81
Hex F0 AB C0 0 1D 14 6 156 46 51
Octal 360 253 300 0 35 24 6 526 106 121
Binary 11110000 10101011 11000000 0 11101 10100 110 101010110 1000110 1010001

Color Harmonies of #F0ABC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0ABC0

Black with #F0ABC0

Text Example


Text Example

White with #F0ABC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0ABC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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