#FDA6EE

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

Shades of Lavender Rose #FDA6EE

Tints of Lavender Rose #FDA6EE

Color information

#FDA6EE (or 0xFDA6EE) is unknown color: approx Lavender Rose. HEX triplet: FD, A6 and EE. RGB value is (253,166,238). Sum of RGB (Red+Green+Blue) = 253+166+238=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 166 (65.23% from 255 or 25.27% from 657); Blue value is 238 (93.36% from 255 or 36.23% from 657); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA6EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA6EE is #025911. Grayscale: #C8C8C8. Windows color (decimal): -153874 or 15640317. OLE color: 15640317.

HSL color Cylindrical-coordinate representation of color #FDA6EE: hue angle of 310.34º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDA6EE is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB253166238-
CMYK00.340.060.01
HSL310.34º95.6%82.16%-
HSV(B)310.34º34.39%99.22%-
XYZ69.5854.3387.71-
YUV200.22149.32165.65-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.51%
GREEN value IS 166 (65.23% from 255) = 25.27%
BLUE value IS 238 (93.36% from 255) = 36.23%
R=38.51%
G=25.27%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316623800.340.060.01310.3495.682.16
HexFDA6EE022611366052
Octal37524635604261466140122
Binary1111110110100110111011100100010110110011011011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA6EE; }

 p { color: rgb(253,166,238); }

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

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

 a { background-color: rgb(253,166,238); }

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

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

 span { border-color: rgb(253,166,238); }

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