#FD92E3

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

Shades of Lavender Rose #FD92E3

Tints of Lavender Rose #FD92E3

Color information

#FD92E3 (or 0xFD92E3) is unknown color: approx Lavender Rose. HEX triplet: FD, 92 and E3. RGB value is (253,146,227). Sum of RGB (Red+Green+Blue) = 253+146+227=626 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.42% from 626); Green value is 146 (57.42% from 255 or 23.32% from 626); Blue value is 227 (89.06% from 255 or 36.26% from 626); Max value from RGB is 253 - color contains mainly: red. Hex color #FD92E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD92E3 is #026D1C. Grayscale: #BBBBBB. Windows color (decimal): -159005 or 14914301. OLE color: 14914301.

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

Color convert

RGB253146227-
CMYK00.420.100.01
HSL314.58º96.4%78.24%-
HSV(B)314.58º42.29%99.22%-
XYZ64.6546.9978.33-
YUV187.23150.45174.91-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.42%
GREEN value IS 146 (57.42% from 255) = 23.32%
BLUE value IS 227 (89.06% from 255) = 36.26%
R=40.42%
G=23.32%
B=36.26%

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
Decimal25314622700.420.100.01314.5896.478.24
HexFD92E302AA113b604e
Octal375222343052121473140116
Binary11111101100100101110001101010101010110011101111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD92E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD92E3; }

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

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

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

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

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

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

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

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