#FFACAF

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

Shades of Light Pink #FFACAF

Tints of Light Pink #FFACAF

Color information

#FFACAF (or 0xFFACAF) is unknown color: approx Light Pink. HEX triplet: FF, AC and AF. RGB value is (255,172,175). Sum of RGB (Red+Green+Blue) = 255+172+175=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 172 (67.58% from 255 or 28.57% from 602); Blue value is 175 (68.75% from 255 or 29.07% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFACAF is #005350. Grayscale: #C5C5C5. Windows color (decimal): -21329 or 11513087. OLE color: 11513087.

HSL color Cylindrical-coordinate representation of color #FFACAF: hue angle of 357.83º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFACAF is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB255172175-
CMYK00.330.310
HSL357.83º100%83.73%-
HSV(B)357.83º32.55%100%-
XYZ63.7353.8647.59-
YUV197.16115.5169.26-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.36%
GREEN value IS 172 (67.58% from 255) = 28.57%
BLUE value IS 175 (68.75% from 255) = 29.07%
R=42.36%
G=28.57%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517217500.330.310357.8310083.73
HexFFACAF0211F01666454
Octal377254257041370546144124
Binary111111111010110010101111010000111111010110011011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFACAF; }

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

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

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

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

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

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

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

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