#FDAACF

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

Shades of Lavender Pink #FDAACF

Tints of Lavender Pink #FDAACF

Color information

#FDAACF (or 0xFDAACF) is unknown color: approx Lavender Pink. HEX triplet: FD, AA and CF. RGB value is (253,170,207). Sum of RGB (Red+Green+Blue) = 253+170+207=630 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.16% from 630); Green value is 170 (66.80% from 255 or 26.98% from 630); Blue value is 207 (81.25% from 255 or 32.86% from 630); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAACF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAACF is #025530. Grayscale: #C6C6C6. Windows color (decimal): -152881 or 13609725. OLE color: 13609725.

HSL color Cylindrical-coordinate representation of color #FDAACF: hue angle of 333.25º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FDAACF is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB253170207-
CMYK00.330.180.01
HSL333.25º95.4%82.94%-
HSV(B)333.25º32.81%99.22%-
XYZ66.1554.1465.99-
YUV199.04132.5166.49-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.16%
GREEN value IS 170 (66.80% from 255) = 26.98%
BLUE value IS 207 (81.25% from 255) = 32.86%
R=40.16%
G=26.98%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317020700.330.180.01333.2595.482.94
HexFDAACF02112114d5f53
Octal375252317041221515137123
Binary111111011010101011001111010000110010110100110110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAACF; }

 p { color: rgb(253,170,207); }

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

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

 a { background-color: rgb(253,170,207); }

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

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

 span { border-color: rgb(253,170,207); }

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