#FDAFD1

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

Shades of Lavender Pink #FDAFD1

Tints of Lavender Pink #FDAFD1

Color information

#FDAFD1 (or 0xFDAFD1) is unknown color: approx Lavender Pink. HEX triplet: FD, AF and D1. RGB value is (253,175,209). Sum of RGB (Red+Green+Blue) = 253+175+209=637 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.72% from 637); Green value is 175 (68.75% from 255 or 27.47% from 637); Blue value is 209 (82.03% from 255 or 32.81% from 637); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAFD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAFD1 is #02502E. Grayscale: #CACACA. Windows color (decimal): -151599 or 13742077. OLE color: 13742077.

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

Color convert

RGB253175209-
CMYK00.310.170.01
HSL333.85º95.12%83.92%-
HSV(B)333.85º30.83%99.22%-
XYZ67.3556.1567.61-
YUV202.2131.84164.24-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.72%
GREEN value IS 175 (68.75% from 255) = 27.47%
BLUE value IS 209 (82.03% from 255) = 32.81%
R=39.72%
G=27.47%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317520900.310.170.01333.8595.1283.92
HexFDAFD101F11114e5f54
Octal375257321037211516137124
Binary11111101101011111101000101111110001110100111010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAFD1; }

 p { color: rgb(253,175,209); }

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

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

 a { background-color: rgb(253,175,209); }

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

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

 span { border-color: rgb(253,175,209); }

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