#FE95D2

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

Shades of Lavender Rose #FE95D2

Tints of Lavender Rose #FE95D2

Color information

#FE95D2 (or 0xFE95D2) is unknown color: approx Lavender Rose. HEX triplet: FE, 95 and D2. RGB value is (254,149,210). Sum of RGB (Red+Green+Blue) = 254+149+210=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 149 (58.59% from 255 or 24.31% from 613); Blue value is 210 (82.42% from 255 or 34.26% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FE95D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE95D2 is #016A2D. Grayscale: #BBBBBB. Windows color (decimal): -92718 or 13800958. OLE color: 13800958.

HSL color Cylindrical-coordinate representation of color #FE95D2: hue angle of 325.14º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FE95D2 is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.00.

Color convert

RGB254149210-
CMYK00.410.170.00
HSL325.14º98.13%79.02%-
HSV(B)325.14º41.34%99.61%-
XYZ63.2547.2266.75-
YUV187.35140.79175.54-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.44%
GREEN value IS 149 (58.59% from 255) = 24.31%
BLUE value IS 210 (82.42% from 255) = 34.26%
R=41.44%
G=24.31%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414921000.410.170.00325.1498.1379.02
HexFE95D2029110145624f
Octal376225322051210505142117
Binary111111101001010111010010010100110001010100010111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE95D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE95D2; }

 p { color: rgb(254,149,210); }

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

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

 a { background-color: rgb(254,149,210); }

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

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

 span { border-color: rgb(254,149,210); }

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