#FDAFDF

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

Shades of Lavender Pink #FDAFDF

Tints of Lavender Pink #FDAFDF

Color information

#FDAFDF (or 0xFDAFDF) is unknown color: approx Lavender Pink. HEX triplet: FD, AF and DF. RGB value is (253,175,223). Sum of RGB (Red+Green+Blue) = 253+175+223=651 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.86% from 651); Green value is 175 (68.75% from 255 or 26.88% from 651); Blue value is 223 (87.5% from 255 or 34.25% from 651); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAFDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAFDF is #025020. Grayscale: #CBCBCB. Windows color (decimal): -151585 or 14659581. OLE color: 14659581.

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

Color convert

RGB253175223-
CMYK00.310.120.01
HSL323.08º95.12%83.92%-
HSV(B)323.08º30.83%99.22%-
XYZ69.1656.8777.14-
YUV203.79138.84163.1-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.86%
GREEN value IS 175 (68.75% from 255) = 26.88%
BLUE value IS 223 (87.5% from 255) = 34.25%
R=38.86%
G=26.88%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317522300.310.120.01323.0895.1283.92
HexFDAFDF01FC11435f54
Octal375257337037141503137124
Binary1111110110101111110111110111111100110100001110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAFDF; }

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

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

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

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

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

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

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

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