Html Css Color HEX #F9ADB1 Light Pink

📋 copy color: '#F9ADB1'

red 249 ◦ green 173 ◦ blue 177

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

Shades of Light Pink #F9ADB1

Tints of Light Pink #F9ADB1

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.88%

 BLUE value IS 177 (69.53% from 255) = 29.55%

R = 41.57%
G = 28.88%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#F9ADB1 (or 0xF9ADB1) is known color: Light Pink. HEX triplet: F9, AD and B1. RGB value is (249,173,177). Sum of RGB (Red+Green+Blue) = 249+173+177=599 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.57% from 599); Green value is 173 (67.97% from 255 or 28.88% from 599); Blue value is 177 (69.53% from 255 or 29.55% from 599); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ADB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9ADB1 is #06524E. Grayscale: #C4C4C4. Windows color (decimal): -414287 or 11644409. OLE color: 11644409.

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

Color convert

RGB 249 173 177 -
CMYK 0 0.31 0.29 0.02
HSL 356.84º 0.86% 0.83% -
HSV(B) 356.84º 0.31% 0.98% -
XYZ 61.95 53.2 48.6 -
YUV 196.18 117.18 165.67 -
System Red Green Blue C M Y K H S L
Decimal 249 173 177 0 0.31 0.29 0.02 356.84 0.86 0.83
Hex F9 AD B1 0 1F 1D 2 165 56 53
Octal 371 255 261 0 37 35 2 545 126 123
Binary 11111001 10101101 10110001 0 11111 11101 10 101100101 1010110 1010011

Color Harmonies of #F9ADB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9ADB1

Black with #F9ADB1

Text Example


Text Example

White with #F9ADB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9ADB1; }

 p { color: rgb(249,173,177); }

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

background-color css

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

 a { background-color: rgb(249,173,177); }

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

border-color css

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

 span { border-color: rgb(249,173,177); }

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