#FDA6FE

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

Shades of Lavender Rose #FDA6FE

Tints of Lavender Rose #FDA6FE

Color information

#FDA6FE (or 0xFDA6FE) is unknown color: approx Lavender Rose. HEX triplet: FD, A6 and FE. RGB value is (253,166,254). Sum of RGB (Red+Green+Blue) = 253+166+254=673 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.59% from 673); Green value is 166 (65.23% from 255 or 24.67% from 673); Blue value is 254 (99.61% from 255 or 37.74% from 673); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDA6FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA6FE is #025901. Grayscale: #C9C9C9. Windows color (decimal): -153858 or 16688893. OLE color: 16688893.

HSL color Cylindrical-coordinate representation of color #FDA6FE: hue angle of 299.32º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FDA6FE is Cyan = 0.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB253166254-
CMYK0.000.3500.00
HSL299.32º97.78%82.35%-
HSV(B)299.32º34.65%99.61%-
XYZ72.0355.31100.65-
YUV202.04157.32164.34-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.59%
GREEN value IS 166 (65.23% from 255) = 24.67%
BLUE value IS 254 (99.61% from 255) = 37.74%
R=37.59%
G=24.67%
B=37.74%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2531662540.000.3500.00299.3297.7882.35
HexFDA6FE0230012b6252
Octal37524637604300453142122
Binary11111101101001101111111001000110010010101111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA6FE; }

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

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

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

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

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

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

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

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