#FDADF1

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

Shades of Lavender Rose #FDADF1

Tints of Lavender Rose #FDADF1

Color information

#FDADF1 (or 0xFDADF1) is unknown color: approx Lavender Rose. HEX triplet: FD, AD and F1. RGB value is (253,173,241). Sum of RGB (Red+Green+Blue) = 253+173+241=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 173 (67.97% from 255 or 25.94% from 667); Blue value is 241 (94.53% from 255 or 36.13% from 667); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDADF1 is #02520E. Grayscale: #CCCCCC. Windows color (decimal): -152079 or 15838717. OLE color: 15838717.

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

Color convert

RGB253173241-
CMYK00.320.050.01
HSL309º95.24%83.53%-
HSV(B)309º31.62%99.22%-
XYZ71.3357.1290.49-
YUV204.67148.5162.47-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.93%
GREEN value IS 173 (67.97% from 255) = 25.94%
BLUE value IS 241 (94.53% from 255) = 36.13%
R=37.93%
G=25.94%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317324100.320.050.0130995.2483.53
HexFDADF1020511355f54
Octal37525536104051465137124
Binary1111110110101101111100010100000101110011010110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDADF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDADF1; }

 p { color: rgb(253,173,241); }

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

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

 a { background-color: rgb(253,173,241); }

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

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

 span { border-color: rgb(253,173,241); }

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