Html Css Color HEX #F9ACB6 Light Pink

📋 copy color: '#F9ACB6'

red 249 ◦ green 172 ◦ blue 182

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

Shades of Light Pink #F9ACB6

Tints of Light Pink #F9ACB6

RGB

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

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

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

R = 41.29%
G = 28.52%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#F9ACB6 (or 0xF9ACB6) is known color: Light Pink. HEX triplet: F9, AC and B6. RGB value is (249,172,182). Sum of RGB (Red+Green+Blue) = 249+172+182=603 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.29% from 603); Green value is 172 (67.58% from 255 or 28.52% from 603); Blue value is 182 (71.48% from 255 or 30.18% from 603); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ACB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9ACB6 is #065349. Grayscale: #C4C4C4. Windows color (decimal): -414538 or 11971833. OLE color: 11971833.

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

Color convert

RGB 249 172 182 -
CMYK 0 0.31 0.27 0.02
HSL 352.21º 0.87% 0.83% -
HSV(B) 352.21º 0.31% 0.98% -
XYZ 62.26 53.02 51.21 -
YUV 196.16 120.01 165.69 -
System Red Green Blue C M Y K H S L
Decimal 249 172 182 0 0.31 0.27 0.02 352.21 0.87 0.83
Hex F9 AC B6 0 1F 1B 2 160 57 53
Octal 371 254 266 0 37 33 2 540 127 123
Binary 11111001 10101100 10110110 0 11111 11011 10 101100000 1010111 1010011

Color Harmonies of #F9ACB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9ACB6

Black with #F9ACB6

Text Example


Text Example

White with #F9ACB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9ACB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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