#FDADEC

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

Shades of Lavender Rose #FDADEC

Tints of Lavender Rose #FDADEC

Color information

#FDADEC (or 0xFDADEC) is unknown color: approx Lavender Rose. HEX triplet: FD, AD and EC. RGB value is (253,173,236). Sum of RGB (Red+Green+Blue) = 253+173+236=662 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.22% from 662); Green value is 173 (67.97% from 255 or 26.13% from 662); Blue value is 236 (92.58% from 255 or 35.65% from 662); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDADEC is #025213. Grayscale: #CBCBCB. Windows color (decimal): -152084 or 15511037. OLE color: 15511037.

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

Color convert

RGB253173236-
CMYK00.320.070.01
HSL312.75º95.24%83.53%-
HSV(B)312.75º31.62%99.22%-
XYZ70.5956.8386.6-
YUV204.1146162.88-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.22%
GREEN value IS 173 (67.97% from 255) = 26.13%
BLUE value IS 236 (92.58% from 255) = 35.65%
R=38.22%
G=26.13%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317323600.320.070.01312.7595.2483.53
HexFDADEC020711395f54
Octal37525535404071471137124
Binary1111110110101101111011000100000111110011100110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDADEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDADEC; }

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

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

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

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

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

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

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

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