Html Css Color HEX #F9ADB8 Light Pink

📋 copy color: '#F9ADB8'

red 249 ◦ green 173 ◦ blue 184

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

Shades of Light Pink #F9ADB8

Tints of Light Pink #F9ADB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 30.36%

R = 41.09%
G = 28.55%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#F9ADB8 (or 0xF9ADB8) is known color: Light Pink. HEX triplet: F9, AD and B8. RGB value is (249,173,184). Sum of RGB (Red+Green+Blue) = 249+173+184=606 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.09% from 606); Green value is 173 (67.97% from 255 or 28.55% from 606); Blue value is 184 (72.27% from 255 or 30.36% from 606); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ADB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9ADB8 is #065247. Grayscale: #C5C5C5. Windows color (decimal): -414280 or 12103161. OLE color: 12103161.

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

Color convert

RGB 249 173 184 -
CMYK 0 0.31 0.26 0.02
HSL 351.32º 0.86% 0.83% -
HSV(B) 351.32º 0.31% 0.98% -
XYZ 62.66 53.49 52.37 -
YUV 196.98 120.68 165.11 -
System Red Green Blue C M Y K H S L
Decimal 249 173 184 0 0.31 0.26 0.02 351.32 0.86 0.83
Hex F9 AD B8 0 1F 1A 2 15F 56 53
Octal 371 255 270 0 37 32 2 537 126 123
Binary 11111001 10101101 10111000 0 11111 11010 10 101011111 1010110 1010011

Color Harmonies of #F9ADB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9ADB8

Black with #F9ADB8

Text Example


Text Example

White with #F9ADB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9ADB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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