#F9ACB7

Color #F9ACB7 Light Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Pink #F9ACB7

Tints of Light Pink #F9ACB7

Color information

#F9ACB7 (or 0xF9ACB7) is unknown color: approx Light Pink. HEX triplet: F9, AC and B7. RGB value is (249,172,183). Sum of RGB (Red+Green+Blue) = 249+172+183=604 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.23% from 604); Green value is 172 (67.58% from 255 or 28.48% from 604); Blue value is 183 (71.88% from 255 or 30.30% from 604); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ACB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9ACB7 is #065348. Grayscale: #C4C4C4. Windows color (decimal): -414537 or 12037369. OLE color: 12037369.

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

Color convert

RGB249172183-
CMYK00.310.270.02
HSL351.43º86.52%82.55%-
HSV(B)351.43º30.92%97.65%-
XYZ62.3753.0651.75-
YUV196.28120.51165.61-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.23%
GREEN value IS 172 (67.58% from 255) = 28.48%
BLUE value IS 183 (71.88% from 255) = 30.30%
R=41.23%
G=28.48%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24917218300.310.270.02351.4386.5282.55
HexF9ACB701F1B215f5753
Octal371254267037332537127123
Binary111110011010110010110111011111110111010101111110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9ACB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9ACB7; }

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

 H1.HeaderClassName
 {
   color: #F9ACB7;
 }
 .AnyTagClassName
 {
   color: #F9ACB7;
 }
</style>
background-color css

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

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

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

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

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

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