Html Css Color HEX #F9ACB9 Light Pink

📋 copy color: '#F9ACB9'

red 249 ◦ green 172 ◦ blue 185

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

Shades of Light Pink #F9ACB9

Tints of Light Pink #F9ACB9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.38%

 BLUE value IS 185 (72.66% from 255) = 30.53%

R = 41.09%
G = 28.38%
B = 30.53%

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

#F9ACB9 (or 0xF9ACB9) is known color: Light Pink. HEX triplet: F9, AC and B9. RGB value is (249,172,185). Sum of RGB (Red+Green+Blue) = 249+172+185=606 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.09% from 606); Green value is 172 (67.58% from 255 or 28.38% from 606); Blue value is 185 (72.66% from 255 or 30.53% from 606); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ACB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9ACB9 is #065346. Grayscale: #C4C4C4. Windows color (decimal): -414535 or 12168441. OLE color: 12168441.

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

Color convert

RGB 249 172 185 -
CMYK 0 0.31 0.26 0.02
HSL 349.87º 0.87% 0.83% -
HSV(B) 349.87º 0.31% 0.98% -
XYZ 62.58 53.15 52.86 -
YUV 196.51 121.51 165.44 -
System Red Green Blue C M Y K H S L
Decimal 249 172 185 0 0.31 0.26 0.02 349.87 0.87 0.83
Hex F9 AC B9 0 1F 1A 2 15E 57 53
Octal 371 254 271 0 37 32 2 536 127 123
Binary 11111001 10101100 10111001 0 11111 11010 10 101011110 1010111 1010011

Color Harmonies of #F9ACB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9ACB9

Black with #F9ACB9

Text Example


Text Example

White with #F9ACB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9ACB9; }

 p { color: rgb(249,172,185); }

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

background-color css

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

 a { background-color: rgb(249,172,185); }

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

border-color css

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

 span { border-color: rgb(249,172,185); }

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