#F9ACAF

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

Shades of Light Pink #F9ACAF

Tints of Light Pink #F9ACAF

Color information

#F9ACAF (or 0xF9ACAF) is unknown color: approx Light Pink. HEX triplet: F9, AC and AF. RGB value is (249,172,175). Sum of RGB (Red+Green+Blue) = 249+172+175=596 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.78% from 596); Green value is 172 (67.58% from 255 or 28.86% from 596); Blue value is 175 (68.75% from 255 or 29.36% from 596); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ACAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9ACAF is #065350. Grayscale: #C3C3C3. Windows color (decimal): -414545 or 11513081. OLE color: 11513081.

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

Color convert

RGB249172175-
CMYK00.310.300.02
HSL357.66º86.52%82.55%-
HSV(B)357.66º30.92%97.65%-
XYZ61.5652.7447.49-
YUV195.36116.51166.26-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.78%
GREEN value IS 172 (67.58% from 255) = 28.86%
BLUE value IS 175 (68.75% from 255) = 29.36%
R=41.78%
G=28.86%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24917217500.310.300.02357.6686.5282.55
HexF9ACAF01F1E21665753
Octal371254257037362546127123
Binary111110011010110010101111011111111101010110011010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9ACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9ACAF; }

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

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

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

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

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

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

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

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