#FD94E3

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

Shades of Lavender Rose #FD94E3

Tints of Lavender Rose #FD94E3

Color information

#FD94E3 (or 0xFD94E3) is unknown color: approx Lavender Rose. HEX triplet: FD, 94 and E3. RGB value is (253,148,227). Sum of RGB (Red+Green+Blue) = 253+148+227=628 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.29% from 628); Green value is 148 (58.20% from 255 or 23.57% from 628); Blue value is 227 (89.06% from 255 or 36.15% from 628); Max value from RGB is 253 - color contains mainly: red. Hex color #FD94E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD94E3 is #026B1C. Grayscale: #BCBCBC. Windows color (decimal): -158493 or 14914813. OLE color: 14914813.

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

Color convert

RGB253148227-
CMYK00.420.100.01
HSL314.86º96.33%78.63%-
HSV(B)314.86º41.5%99.22%-
XYZ64.9647.6178.44-
YUV188.4149.79174.08-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.29%
GREEN value IS 148 (58.20% from 255) = 23.57%
BLUE value IS 227 (89.06% from 255) = 36.15%
R=40.29%
G=23.57%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314822700.420.100.01314.8696.3378.63
HexFD94E302AA113b604f
Octal375224343052121473140117
Binary11111101100101001110001101010101010110011101111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD94E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD94E3; }

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

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

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

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

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

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

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

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