Html Css Color HEX #F9A9BC Cupid

📋 copy color: '#F9A9BC'

red 249 ◦ green 169 ◦ blue 188

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

Shades of Cupid #F9A9BC

Tints of Cupid #F9A9BC

RGB

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

 GREEN value IS 169 (66.41% from 255) = 27.89%

 BLUE value IS 188 (73.83% from 255) = 31.02%

R = 41.09%
G = 27.89%
B = 31.02%

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

#F9A9BC (or 0xF9A9BC) is known color: Cupid. HEX triplet: F9, A9 and BC. RGB value is (249,169,188). Sum of RGB (Red+Green+Blue) = 249+169+188=606 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.09% from 606); Green value is 169 (66.41% from 255 or 27.89% from 606); Blue value is 188 (73.83% from 255 or 31.02% from 606); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A9BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A9BC is #065643. Grayscale: #C3C3C3. Windows color (decimal): -415300 or 12364281. OLE color: 12364281.

HSL color Cylindrical-coordinate representation of color #F9A9BC: hue angle of 345.75º 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 #F9A9BC is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 169 188 -
CMYK 0 0.32 0.24 0.02
HSL 345.75º 0.87% 0.82% -
HSV(B) 345.75º 0.32% 0.98% -
XYZ 62.33 52.15 54.36 -
YUV 195.09 124 166.46 -
System Red Green Blue C M Y K H S L
Decimal 249 169 188 0 0.32 0.24 0.02 345.75 0.87 0.82
Hex F9 A9 BC 0 20 18 2 15A 57 52
Octal 371 251 274 0 40 30 2 532 127 122
Binary 11111001 10101001 10111100 0 100000 11000 10 101011010 1010111 1010010

Color Harmonies of #F9A9BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A9BC

Black with #F9A9BC

Text Example


Text Example

White with #F9A9BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A9BC; }

 p { color: rgb(249,169,188); }

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

background-color css

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

 a { background-color: rgb(249,169,188); }

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

border-color css

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

 span { border-color: rgb(249,169,188); }

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