Html Css Color HEX #F9AABD Cupid

📋 copy color: '#F9AABD'

red 249 ◦ green 170 ◦ blue 189

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

Shades of Cupid #F9AABD

Tints of Cupid #F9AABD

RGB

 RED value IS 249 (97.66% from 255) = 40.95%

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

 BLUE value IS 189 (74.22% from 255) = 31.09%

R = 40.95%
G = 27.96%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#F9AABD (or 0xF9AABD) is known color: Cupid. HEX triplet: F9, AA and BD. RGB value is (249,170,189). Sum of RGB (Red+Green+Blue) = 249+170+189=608 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.95% from 608); Green value is 170 (66.80% from 255 or 27.96% from 608); Blue value is 189 (74.22% from 255 or 31.09% from 608); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AABD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9AABD is #065542. Grayscale: #C3C3C3. Windows color (decimal): -415043 or 12430073. OLE color: 12430073.

HSL color Cylindrical-coordinate representation of color #F9AABD: hue angle of 345.57º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F9AABD is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 170 189 -
CMYK 0 0.32 0.24 0.02
HSL 345.57º 0.87% 0.82% -
HSV(B) 345.57º 0.32% 0.98% -
XYZ 62.63 52.56 54.99 -
YUV 195.79 124.17 165.96 -
System Red Green Blue C M Y K H S L
Decimal 249 170 189 0 0.32 0.24 0.02 345.57 0.87 0.82
Hex F9 AA BD 0 20 18 2 15A 57 52
Octal 371 252 275 0 40 30 2 532 127 122
Binary 11111001 10101010 10111101 0 100000 11000 10 101011010 1010111 1010010

Color Harmonies of #F9AABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9AABD

Black with #F9AABD

Text Example


Text Example

White with #F9AABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9AABD; }

 p { color: rgb(249,170,189); }

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

background-color css

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

 a { background-color: rgb(249,170,189); }

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

border-color css

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

 span { border-color: rgb(249,170,189); }

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