#FA95EA

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

Shades of Lavender Rose #FA95EA

Tints of Lavender Rose #FA95EA

Color information

#FA95EA (or 0xFA95EA) is unknown color: approx Lavender Rose. HEX triplet: FA, 95 and EA. RGB value is (250,149,234). Sum of RGB (Red+Green+Blue) = 250+149+234=633 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.49% from 633); Green value is 149 (58.59% from 255 or 23.54% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 250 - color contains mainly: red. Hex color #FA95EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA95EA is #056A15. Grayscale: #BCBCBC. Windows color (decimal): -354838 or 15373818. OLE color: 15373818.

HSL color Cylindrical-coordinate representation of color #FA95EA: hue angle of 309.5º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FA95EA is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB250149234-
CMYK00.400.060.02
HSL309.5º90.99%78.24%-
HSV(B)309.5º40.4%98.04%-
XYZ65.0247.7683.63-
YUV188.89153.46171.59-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.49%
GREEN value IS 149 (58.59% from 255) = 23.54%
BLUE value IS 234 (91.80% from 255) = 36.97%
R=39.49%
G=23.54%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014923400.400.060.02309.590.9978.24
HexFA95EA028621365b4e
Octal37222535205062466133116
Binary11111010100101011110101001010001101010011011010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA95EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA95EA; }

 p { color: rgb(250,149,234); }

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

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

 a { background-color: rgb(250,149,234); }

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

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

 span { border-color: rgb(250,149,234); }

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