#FC92E5

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

Shades of Lavender Rose #FC92E5

Tints of Lavender Rose #FC92E5

Color information

#FC92E5 (or 0xFC92E5) is unknown color: approx Lavender Rose. HEX triplet: FC, 92 and E5. RGB value is (252,146,229). Sum of RGB (Red+Green+Blue) = 252+146+229=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 146 (57.42% from 255 or 23.29% from 627); Blue value is 229 (89.84% from 255 or 36.52% from 627); Max value from RGB is 252 - color contains mainly: red. Hex color #FC92E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC92E5 is #036D1A. Grayscale: #BABABA. Windows color (decimal): -224539 or 15045372. OLE color: 15045372.

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

Color convert

RGB252146229-
CMYK00.420.090.01
HSL313.02º94.64%78.04%-
HSV(B)313.02º42.06%98.82%-
XYZ64.5746.9179.78-
YUV187.16151.62174.25-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.19%
GREEN value IS 146 (57.42% from 255) = 23.29%
BLUE value IS 229 (89.84% from 255) = 36.52%
R=40.19%
G=23.29%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214622900.420.090.01313.0294.6478.04
HexFC92E502A911395f4e
Octal374222345052111471137116
Binary11111100100100101110010101010101001110011100110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC92E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC92E5; }

 p { color: rgb(252,146,229); }

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

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

 a { background-color: rgb(252,146,229); }

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

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

 span { border-color: rgb(252,146,229); }

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