Html Css Color HEX #F9AFB6 Light Pink

📋 copy color: '#F9AFB6'

red 249 ◦ green 175 ◦ blue 182

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

Shades of Light Pink #F9AFB6

Tints of Light Pink #F9AFB6

RGB

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

 GREEN value IS 175 (68.75% from 255) = 28.88%

 BLUE value IS 182 (71.48% from 255) = 30.03%

R = 41.09%
G = 28.88%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#F9AFB6 (or 0xF9AFB6) is known color: Light Pink. HEX triplet: F9, AF and B6. RGB value is (249,175,182). Sum of RGB (Red+Green+Blue) = 249+175+182=606 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.09% from 606); Green value is 175 (68.75% from 255 or 28.88% from 606); Blue value is 182 (71.48% from 255 or 30.03% from 606); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AFB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9AFB6 is #065049. Grayscale: #C5C5C5. Windows color (decimal): -413770 or 11972601. OLE color: 11972601.

HSL color Cylindrical-coordinate representation of color #F9AFB6: hue angle of 354.32º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F9AFB6 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 175 182 -
CMYK 0 0.30 0.27 0.02
HSL 354.32º 0.86% 0.83% -
HSV(B) 354.32º 0.3% 0.98% -
XYZ 62.84 54.18 51.4 -
YUV 197.92 119.02 164.43 -
System Red Green Blue C M Y K H S L
Decimal 249 175 182 0 0.30 0.27 0.02 354.32 0.86 0.83
Hex F9 AF B6 0 1E 1B 2 162 56 53
Octal 371 257 266 0 36 33 2 542 126 123
Binary 11111001 10101111 10110110 0 11110 11011 10 101100010 1010110 1010011

Color Harmonies of #F9AFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9AFB6

Black with #F9AFB6

Text Example


Text Example

White with #F9AFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9AFB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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