#fe8fd8

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

Shades of Lavender Rose #FE8FD8

Tints of Lavender Rose #FE8FD8

Color information

#FE8FD8 (or 0xFE8FD8) is unknown color: approx Lavender Rose. HEX triplet: FE, 8F and D8. RGB value is (254,143,216). Sum of RGB (Red+Green+Blue) = 254+143+216=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 143 (56.25% from 255 or 23.33% from 613); Blue value is 216 (84.77% from 255 or 35.24% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8FD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8FD8 is #017027. Grayscale: #B8B8B8. Windows color (decimal): -94248 or 14192638. OLE color: 14192638.

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

Color convert

RGB254143216-
CMYK00.440.150.00
HSL320.54º98.23%77.84%-
HSV(B)320.54º43.7%99.61%-
XYZ63.0945.6770.46-
YUV184.51145.77177.56-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.44%
GREEN value IS 143 (56.25% from 255) = 23.33%
BLUE value IS 216 (84.77% from 255) = 35.24%
R=41.44%
G=23.33%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414321600.440.150.00320.5498.2377.84
HexFE8FD802CF0141624e
Octal376217330054170501142116
Binary11111110100011111101100001011001111010100000111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fe8fd8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fe8fd8; }

 p { color: rgb(254,143,216); }

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

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

 a { background-color: rgb(254,143,216); }

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

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

 span { border-color: rgb(254,143,216); }

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