Html Css Color HEX #F9AFBB Light Pink

📋 copy color: '#F9AFBB'

red 249 ◦ green 175 ◦ blue 187

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

Shades of Light Pink #F9AFBB

Tints of Light Pink #F9AFBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 30.61%

R = 40.75%
G = 28.64%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#F9AFBB (or 0xF9AFBB) is known color: Light Pink. HEX triplet: F9, AF and BB. RGB value is (249,175,187). Sum of RGB (Red+Green+Blue) = 249+175+187=611 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.75% from 611); Green value is 175 (68.75% from 255 or 28.64% from 611); Blue value is 187 (73.44% from 255 or 30.61% from 611); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AFBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9AFBB is #065044. Grayscale: #C6C6C6. Windows color (decimal): -413765 or 12300281. OLE color: 12300281.

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

Color convert

RGB 249 175 187 -
CMYK 0 0.30 0.25 0.02
HSL 350.27º 0.86% 0.83% -
HSV(B) 350.27º 0.3% 0.98% -
XYZ 63.37 54.39 54.17 -
YUV 198.49 121.52 164.02 -
System Red Green Blue C M Y K H S L
Decimal 249 175 187 0 0.30 0.25 0.02 350.27 0.86 0.83
Hex F9 AF BB 0 1E 19 2 15E 56 53
Octal 371 257 273 0 36 31 2 536 126 123
Binary 11111001 10101111 10111011 0 11110 11001 10 101011110 1010110 1010011

Color Harmonies of #F9AFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9AFBB

Black with #F9AFBB

Text Example


Text Example

White with #F9AFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9AFBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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