Html Css Color HEX #F9A9AF Light Pink

📋 copy color: '#F9A9AF'

red 249 ◦ green 169 ◦ blue 175

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

Shades of Light Pink #F9A9AF

Tints of Light Pink #F9A9AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 29.51%

R = 41.99%
G = 28.5%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#F9A9AF (or 0xF9A9AF) is known color: Light Pink. HEX triplet: F9, A9 and AF. RGB value is (249,169,175). Sum of RGB (Red+Green+Blue) = 249+169+175=593 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.99% from 593); Green value is 169 (66.41% from 255 or 28.50% from 593); Blue value is 175 (68.75% from 255 or 29.51% from 593); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A9AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A9AF is #065650. Grayscale: #C1C1C1. Windows color (decimal): -415313 or 11512313. OLE color: 11512313.

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

Color convert

RGB 249 169 175 -
CMYK 0 0.32 0.30 0.02
HSL 355.5º 0.87% 0.82% -
HSV(B) 355.5º 0.32% 0.98% -
XYZ 60.99 51.61 47.3 -
YUV 193.6 117.5 167.51 -
System Red Green Blue C M Y K H S L
Decimal 249 169 175 0 0.32 0.30 0.02 355.5 0.87 0.82
Hex F9 A9 AF 0 20 1E 2 164 57 52
Octal 371 251 257 0 40 36 2 544 127 122
Binary 11111001 10101001 10101111 0 100000 11110 10 101100100 1010111 1010010

Color Harmonies of #F9A9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A9AF

Black with #F9A9AF

Text Example


Text Example

White with #F9A9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A9AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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