#FDADF6

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

Shades of Lavender Rose #FDADF6

Tints of Lavender Rose #FDADF6

Color information

#FDADF6 (or 0xFDADF6) is unknown color: approx Lavender Rose. HEX triplet: FD, AD and F6. RGB value is (253,173,246). Sum of RGB (Red+Green+Blue) = 253+173+246=672 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.65% from 672); Green value is 173 (67.97% from 255 or 25.74% from 672); Blue value is 246 (96.48% from 255 or 36.61% from 672); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDADF6 is #025209. Grayscale: #CDCDCD. Windows color (decimal): -152074 or 16166397. OLE color: 16166397.

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

Color convert

RGB253173246-
CMYK00.320.030.01
HSL305.25º95.24%83.53%-
HSV(B)305.25º31.62%99.22%-
XYZ72.0957.4294.47-
YUV205.24151162.06-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.65%
GREEN value IS 173 (67.97% from 255) = 25.74%
BLUE value IS 246 (96.48% from 255) = 36.61%
R=37.65%
G=25.74%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317324600.320.030.01305.2595.2483.53
HexFDADF6020311315f54
Octal37525536604031461137124
Binary111111011010110111110110010000011110011000110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDADF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDADF6; }

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

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

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

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

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

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

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

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