#FDA1EE

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

Shades of Lavender Rose #FDA1EE

Tints of Lavender Rose #FDA1EE

Color information

#FDA1EE (or 0xFDA1EE) is unknown color: approx Lavender Rose. HEX triplet: FD, A1 and EE. RGB value is (253,161,238). Sum of RGB (Red+Green+Blue) = 253+161+238=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 161 (63.28% from 255 or 24.69% from 652); Blue value is 238 (93.36% from 255 or 36.50% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA1EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA1EE is #025E11. Grayscale: #C5C5C5. Windows color (decimal): -155154 or 15639037. OLE color: 15639037.

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

Color convert

RGB253161238-
CMYK00.360.060.01
HSL309.78º95.83%81.18%-
HSV(B)309.78º36.36%99.22%-
XYZ68.6952.5587.41-
YUV197.29150.98167.74-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.80%
GREEN value IS 161 (63.28% from 255) = 24.69%
BLUE value IS 238 (93.36% from 255) = 36.50%
R=38.80%
G=24.69%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316123800.360.060.01309.7895.8381.18
HexFDA1EE024611366051
Octal37524135604461466140121
Binary1111110110100001111011100100100110110011011011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA1EE; }

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

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

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

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

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

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

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

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