#FDADED

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

Shades of Lavender Rose #FDADED

Tints of Lavender Rose #FDADED

Color information

#FDADED (or 0xFDADED) is unknown color: approx Lavender Rose. HEX triplet: FD, AD and ED. RGB value is (253,173,237). Sum of RGB (Red+Green+Blue) = 253+173+237=663 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.16% from 663); Green value is 173 (67.97% from 255 or 26.09% from 663); Blue value is 237 (92.97% from 255 or 35.75% from 663); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDADED is #025212. Grayscale: #CCCCCC. Windows color (decimal): -152083 or 15576573. OLE color: 15576573.

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

Color convert

RGB253173237-
CMYK00.320.060.01
HSL312º95.24%83.53%-
HSV(B)312º31.62%99.22%-
XYZ70.7456.8887.37-
YUV204.22146.5162.8-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.16%
GREEN value IS 173 (67.97% from 255) = 26.09%
BLUE value IS 237 (92.97% from 255) = 35.75%
R=38.16%
G=26.09%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317323700.320.060.0131295.2483.53
HexFDADED020611385f54
Octal37525535504061470137124
Binary1111110110101101111011010100000110110011100010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDADED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDADED; }

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

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

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

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

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

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

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

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