#FDA8EB

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

Shades of Lavender Rose #FDA8EB

Tints of Lavender Rose #FDA8EB

Color information

#FDA8EB (or 0xFDA8EB) is unknown color: approx Lavender Rose. HEX triplet: FD, A8 and EB. RGB value is (253,168,235). Sum of RGB (Red+Green+Blue) = 253+168+235=656 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.57% from 656); Green value is 168 (66.02% from 255 or 25.61% from 656); Blue value is 235 (92.19% from 255 or 35.82% from 656); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA8EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA8EB is #025714. Grayscale: #C8C8C8. Windows color (decimal): -153365 or 15444221. OLE color: 15444221.

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

Color convert

RGB253168235-
CMYK00.340.070.01
HSL312.71º95.51%82.55%-
HSV(B)312.71º33.6%99.22%-
XYZ69.5154.8985.53-
YUV201.05147.16165.05-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.57%
GREEN value IS 168 (66.02% from 255) = 25.61%
BLUE value IS 235 (92.19% from 255) = 35.82%
R=38.57%
G=25.61%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316823500.340.070.01312.7195.5182.55
HexFDA8EB022711396053
Octal37525035304271471140123
Binary1111110110101000111010110100010111110011100111000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA8EB; }

 p { color: rgb(253,168,235); }

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

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

 a { background-color: rgb(253,168,235); }

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

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

 span { border-color: rgb(253,168,235); }

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