#FD94E1

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

Shades of Lavender Rose #FD94E1

Tints of Lavender Rose #FD94E1

Color information

#FD94E1 (or 0xFD94E1) is unknown color: approx Lavender Rose. HEX triplet: FD, 94 and E1. RGB value is (253,148,225). Sum of RGB (Red+Green+Blue) = 253+148+225=626 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.42% from 626); Green value is 148 (58.20% from 255 or 23.64% from 626); Blue value is 225 (88.28% from 255 or 35.94% from 626); Max value from RGB is 253 - color contains mainly: red. Hex color #FD94E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD94E1 is #026B1E. Grayscale: #BBBBBB. Windows color (decimal): -158495 or 14783741. OLE color: 14783741.

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

Color convert

RGB253148225-
CMYK00.420.110.01
HSL316º96.33%78.63%-
HSV(B)316º41.5%99.22%-
XYZ64.6947.576.99-
YUV188.17148.79174.24-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.42%
GREEN value IS 148 (58.20% from 255) = 23.64%
BLUE value IS 225 (88.28% from 255) = 35.94%
R=40.42%
G=23.64%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314822500.420.110.0131696.3378.63
HexFD94E102AB113c604f
Octal375224341052131474140117
Binary11111101100101001110000101010101011110011110011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD94E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD94E1; }

 p { color: rgb(253,148,225); }

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

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

 a { background-color: rgb(253,148,225); }

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

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

 span { border-color: rgb(253,148,225); }

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