Html Css Color HEX #F9ACB0 Light Pink

📋 copy color: '#F9ACB0'

red 249 ◦ green 172 ◦ blue 176

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

Shades of Light Pink #F9ACB0

Tints of Light Pink #F9ACB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 29.48%

R = 41.71%
G = 28.81%
B = 29.48%

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

#F9ACB0 (or 0xF9ACB0) is known color: Light Pink. HEX triplet: F9, AC and B0. RGB value is (249,172,176). Sum of RGB (Red+Green+Blue) = 249+172+176=597 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.71% from 597); Green value is 172 (67.58% from 255 or 28.81% from 597); Blue value is 176 (69.14% from 255 or 29.48% from 597); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ACB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9ACB0 is #06534F. Grayscale: #C3C3C3. Windows color (decimal): -414544 or 11578617. OLE color: 11578617.

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

Color convert

RGB 249 172 176 -
CMYK 0 0.31 0.29 0.02
HSL 356.88º 0.87% 0.83% -
HSV(B) 356.88º 0.31% 0.98% -
XYZ 61.66 52.78 48.01 -
YUV 195.48 117.01 166.17 -
System Red Green Blue C M Y K H S L
Decimal 249 172 176 0 0.31 0.29 0.02 356.88 0.87 0.83
Hex F9 AC B0 0 1F 1D 2 165 57 53
Octal 371 254 260 0 37 35 2 545 127 123
Binary 11111001 10101100 10110000 0 11111 11101 10 101100101 1010111 1010011

Color Harmonies of #F9ACB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9ACB0

Black with #F9ACB0

Text Example


Text Example

White with #F9ACB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9ACB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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