#FDA6FA

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

Shades of Lavender Rose #FDA6FA

Tints of Lavender Rose #FDA6FA

Color information

#FDA6FA (or 0xFDA6FA) is unknown color: approx Lavender Rose. HEX triplet: FD, A6 and FA. RGB value is (253,166,250). Sum of RGB (Red+Green+Blue) = 253+166+250=669 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.82% from 669); Green value is 166 (65.23% from 255 or 24.81% from 669); Blue value is 250 (98.05% from 255 or 37.37% from 669); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA6FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA6FA is #025905. Grayscale: #C9C9C9. Windows color (decimal): -153862 or 16426749. OLE color: 16426749.

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

Color convert

RGB253166250-
CMYK00.340.010.01
HSL302.07º95.6%82.16%-
HSV(B)302.07º34.39%99.22%-
XYZ71.455.0697.31-
YUV201.59155.32164.67-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.82%
GREEN value IS 166 (65.23% from 255) = 24.81%
BLUE value IS 250 (98.05% from 255) = 37.37%
R=37.82%
G=24.81%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316625000.340.010.01302.0795.682.16
HexFDA6FA0221112e6052
Octal37524637204211456140122
Binary11111101101001101111101001000101110010111011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA6FA; }

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

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

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

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

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

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

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

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