#FE95D3

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

Shades of Lavender Rose #FE95D3

Tints of Lavender Rose #FE95D3

Color information

#FE95D3 (or 0xFE95D3) is unknown color: approx Lavender Rose. HEX triplet: FE, 95 and D3. RGB value is (254,149,211). Sum of RGB (Red+Green+Blue) = 254+149+211=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 149 (58.59% from 255 or 24.27% from 614); Blue value is 211 (82.81% from 255 or 34.36% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FE95D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE95D3 is #016A2C. Grayscale: #BBBBBB. Windows color (decimal): -92717 or 13866494. OLE color: 13866494.

HSL color Cylindrical-coordinate representation of color #FE95D3: hue angle of 324.57º 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 #FE95D3 is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.00.

Color convert

RGB254149211-
CMYK00.410.170.00
HSL324.57º98.13%79.02%-
HSV(B)324.57º41.34%99.61%-
XYZ63.3847.2767.41-
YUV187.46141.29175.46-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.37%
GREEN value IS 149 (58.59% from 255) = 24.27%
BLUE value IS 211 (82.81% from 255) = 34.36%
R=41.37%
G=24.27%
B=34.36%

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
Decimal25414921100.410.170.00324.5798.1379.02
HexFE95D3029110145624f
Octal376225323051210505142117
Binary111111101001010111010011010100110001010100010111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE95D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE95D3; }

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

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

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

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

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

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

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

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