#FDADF8

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

Shades of Lavender Rose #FDADF8

Tints of Lavender Rose #FDADF8

Color information

#FDADF8 (or 0xFDADF8) is unknown color: approx Lavender Rose. HEX triplet: FD, AD and F8. RGB value is (253,173,248). Sum of RGB (Red+Green+Blue) = 253+173+248=674 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.54% from 674); Green value is 173 (67.97% from 255 or 25.67% from 674); Blue value is 248 (97.27% from 255 or 36.80% from 674); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDADF8 is #025207. Grayscale: #CDCDCD. Windows color (decimal): -152072 or 16297469. OLE color: 16297469.

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

Color convert

RGB253173248-
CMYK00.320.020.01
HSL303.75º95.24%83.53%-
HSV(B)303.75º31.62%99.22%-
XYZ72.3957.5596.1-
YUV205.47152161.9-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.54%
GREEN value IS 173 (67.97% from 255) = 25.67%
BLUE value IS 248 (97.27% from 255) = 36.80%
R=37.54%
G=25.67%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317324800.320.020.01303.7595.2483.53
HexFDADF8020211305f54
Octal37525537004021460137124
Binary111111011010110111111000010000010110011000010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDADF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDADF8; }

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

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

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

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

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

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

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

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