Html Css Color HEX #F4ABBA Cupid

📋 copy color: '#F4ABBA'

red 244 ◦ green 171 ◦ blue 186

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

Shades of Cupid #F4ABBA

Tints of Cupid #F4ABBA

RGB

 RED value IS 244 (95.7% from 255) = 40.6%

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

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

R = 40.6%
G = 28.45%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F4ABBA (or 0xF4ABBA) is known color: Cupid. HEX triplet: F4, AB and BA. RGB value is (244,171,186). Sum of RGB (Red+Green+Blue) = 244+171+186=601 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.60% from 601); Green value is 171 (67.19% from 255 or 28.45% from 601); Blue value is 186 (73.05% from 255 or 30.95% from 601); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ABBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4ABBA is #0B5445. Grayscale: #C2C2C2. Windows color (decimal): -742470 or 12233716. OLE color: 12233716.

HSL color Cylindrical-coordinate representation of color #F4ABBA: hue angle of 347.67º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4ABBA is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 171 186 -
CMYK 0 0.30 0.24 0.04
HSL 347.67º 0.77% 0.81% -
HSV(B) 347.67º 0.3% 0.96% -
XYZ 60.73 51.9 53.27 -
YUV 194.54 123.18 163.28 -
System Red Green Blue C M Y K H S L
Decimal 244 171 186 0 0.30 0.24 0.04 347.67 0.77 0.81
Hex F4 AB BA 0 1E 18 4 15C 4D 51
Octal 364 253 272 0 36 30 4 534 115 121
Binary 11110100 10101011 10111010 0 11110 11000 100 101011100 1001101 1010001

Color Harmonies of #F4ABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4ABBA

Black with #F4ABBA

Text Example


Text Example

White with #F4ABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4ABBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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