Html Css Color HEX #F5AAB8 Cupid

📋 copy color: '#F5AAB8'

red 245 ◦ green 170 ◦ blue 184

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

Shades of Cupid #F5AAB8

Tints of Cupid #F5AAB8

RGB

 RED value IS 245 (96.09% from 255) = 40.9%

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

 BLUE value IS 184 (72.27% from 255) = 30.72%

R = 40.9%
G = 28.38%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.25

 K value IS 0.04

RGB Variations

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

Color information

#F5AAB8 (or 0xF5AAB8) is known color: Cupid. HEX triplet: F5, AA and B8. RGB value is (245,170,184). Sum of RGB (Red+Green+Blue) = 245+170+184=599 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.90% from 599); Green value is 170 (66.80% from 255 or 28.38% from 599); Blue value is 184 (72.27% from 255 or 30.72% from 599); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AAB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5AAB8 is #0A5547. Grayscale: #C2C2C2. Windows color (decimal): -677192 or 12102389. OLE color: 12102389.

HSL color Cylindrical-coordinate representation of color #F5AAB8: hue angle of 348.8º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F5AAB8 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 170 184 -
CMYK 0 0.31 0.25 0.04
HSL 348.8º 0.79% 0.81% -
HSV(B) 348.8º 0.31% 0.96% -
XYZ 60.68 51.62 52.11 -
YUV 194.02 122.35 164.36 -
System Red Green Blue C M Y K H S L
Decimal 245 170 184 0 0.31 0.25 0.04 348.8 0.79 0.81
Hex F5 AA B8 0 1F 19 4 15D 4F 51
Octal 365 252 270 0 37 31 4 535 117 121
Binary 11110101 10101010 10111000 0 11111 11001 100 101011101 1001111 1010001

Color Harmonies of #F5AAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AAB8

Black with #F5AAB8

Text Example


Text Example

White with #F5AAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AAB8; }

 p { color: rgb(245,170,184); }

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

background-color css

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

 a { background-color: rgb(245,170,184); }

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

border-color css

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

 span { border-color: rgb(245,170,184); }

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