Html Css Color HEX #F2ABC5 Cupid

📋 copy color: '#F2ABC5'

red 242 ◦ green 171 ◦ blue 197

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

Shades of Cupid #F2ABC5

Tints of Cupid #F2ABC5

RGB

 RED value IS 242 (94.92% from 255) = 39.67%

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

 BLUE value IS 197 (77.34% from 255) = 32.3%

R = 39.67%
G = 28.03%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F2ABC5 (or 0xF2ABC5) is known color: Cupid. HEX triplet: F2, AB and C5. RGB value is (242,171,197). Sum of RGB (Red+Green+Blue) = 242+171+197=610 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.67% from 610); Green value is 171 (67.19% from 255 or 28.03% from 610); Blue value is 197 (77.34% from 255 or 32.30% from 610); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ABC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ABC5 is #0D543A. Grayscale: #C3C3C3. Windows color (decimal): -873531 or 12954610. OLE color: 12954610.

HSL color Cylindrical-coordinate representation of color #F2ABC5: hue angle of 338.03º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2ABC5 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 171 197 -
CMYK 0 0.29 0.19 0.05
HSL 338.03º 0.73% 0.81% -
HSV(B) 338.03º 0.29% 0.95% -
XYZ 61.26 52.03 59.64 -
YUV 195.19 129.02 161.39 -
System Red Green Blue C M Y K H S L
Decimal 242 171 197 0 0.29 0.19 0.05 338.03 0.73 0.81
Hex F2 AB C5 0 1D 13 5 152 49 51
Octal 362 253 305 0 35 23 5 522 111 121
Binary 11110010 10101011 11000101 0 11101 10011 101 101010010 1001001 1010001

Color Harmonies of #F2ABC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ABC5

Black with #F2ABC5

Text Example


Text Example

White with #F2ABC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ABC5; }

 p { color: rgb(242,171,197); }

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

background-color css

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

 a { background-color: rgb(242,171,197); }

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

border-color css

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

 span { border-color: rgb(242,171,197); }

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