#FD92E2

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

Shades of Lavender Rose #FD92E2

Tints of Lavender Rose #FD92E2

Color information

#FD92E2 (or 0xFD92E2) is unknown color: approx Lavender Rose. HEX triplet: FD, 92 and E2. RGB value is (253,146,226). Sum of RGB (Red+Green+Blue) = 253+146+226=625 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.48% from 625); Green value is 146 (57.42% from 255 or 23.36% from 625); Blue value is 226 (88.67% from 255 or 36.16% from 625); Max value from RGB is 253 - color contains mainly: red. Hex color #FD92E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD92E2 is #026D1D. Grayscale: #BABABA. Windows color (decimal): -159006 or 14848765. OLE color: 14848765.

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

Color convert

RGB253146226-
CMYK00.420.110.01
HSL315.14º96.4%78.24%-
HSV(B)315.14º42.29%99.22%-
XYZ64.5146.9377.61-
YUV187.11149.95175-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.48%
GREEN value IS 146 (57.42% from 255) = 23.36%
BLUE value IS 226 (88.67% from 255) = 36.16%
R=40.48%
G=23.36%
B=36.16%

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
Decimal25314622600.420.110.01315.1496.478.24
HexFD92E202AB113b604e
Octal375222342052131473140116
Binary11111101100100101110001001010101011110011101111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD92E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD92E2; }

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

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

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

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

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

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

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

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