#FDA2FE

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

Shades of Lavender Rose #FDA2FE

Tints of Lavender Rose #FDA2FE

Color information

#FDA2FE (or 0xFDA2FE) is unknown color: approx Lavender Rose. HEX triplet: FD, A2 and FE. RGB value is (253,162,254). Sum of RGB (Red+Green+Blue) = 253+162+254=669 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.82% from 669); Green value is 162 (63.67% from 255 or 24.22% from 669); Blue value is 254 (99.61% from 255 or 37.97% from 669); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDA2FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA2FE is #025D01. Grayscale: #C7C7C7. Windows color (decimal): -154882 or 16687869. OLE color: 16687869.

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

Color convert

RGB253162254-
CMYK0.000.3600.00
HSL299.35º97.87%81.57%-
HSV(B)299.35º36.22%99.61%-
XYZ71.3253.88100.41-
YUV199.7158.65166.02-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.82%
GREEN value IS 162 (63.67% from 255) = 24.22%
BLUE value IS 254 (99.61% from 255) = 37.97%
R=37.82%
G=24.22%
B=37.97%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2531622540.000.3600.00299.3597.8781.57
HexFDA2FE0240012b6252
Octal37524237604400453142122
Binary11111101101000101111111001001000010010101111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA2FE; }

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

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

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

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

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

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

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

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