#FFACAD

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

Shades of Light Pink #FFACAD

Tints of Light Pink #FFACAD

Color information

#FFACAD (or 0xFFACAD) is unknown color: approx Light Pink. HEX triplet: FF, AC and AD. RGB value is (255,172,173). Sum of RGB (Red+Green+Blue) = 255+172+173=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 172 (67.58% from 255 or 28.67% from 600); Blue value is 173 (67.97% from 255 or 28.83% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFACAD is #005352. Grayscale: #C5C5C5. Windows color (decimal): -21331 or 11382015. OLE color: 11382015.

HSL color Cylindrical-coordinate representation of color #FFACAD: hue angle of 359.28º 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 #FFACAD is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB255172173-
CMYK00.330.320
HSL359.28º100%83.73%-
HSV(B)359.28º32.55%100%-
XYZ63.5453.7846.57-
YUV196.93114.5169.42-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.5%
GREEN value IS 172 (67.58% from 255) = 28.67%
BLUE value IS 173 (67.97% from 255) = 28.83%
R=42.5%
G=28.67%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517217300.330.320359.2810083.73
HexFFACAD0212001676454
Octal377254255041400547144124
Binary1111111110101100101011010100001100000010110011111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFACAD; }

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

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

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

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

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

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

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

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