#FC8FD8

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

Shades of Lavender Rose #FC8FD8

Tints of Lavender Rose #FC8FD8

Color information

#FC8FD8 (or 0xFC8FD8) is unknown color: approx Lavender Rose. HEX triplet: FC, 8F and D8. RGB value is (252,143,216). Sum of RGB (Red+Green+Blue) = 252+143+216=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 143 (56.25% from 255 or 23.40% from 611); Blue value is 216 (84.77% from 255 or 35.35% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8FD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8FD8 is #037027. Grayscale: #B7B7B7. Windows color (decimal): -225320 or 14192636. OLE color: 14192636.

HSL color Cylindrical-coordinate representation of color #FC8FD8: hue angle of 319.82º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FC8FD8 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB252143216-
CMYK00.430.140.01
HSL319.82º94.78%77.45%-
HSV(B)319.82º43.25%98.82%-
XYZ62.3645.370.42-
YUV183.91146.11176.56-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.24%
GREEN value IS 143 (56.25% from 255) = 23.40%
BLUE value IS 216 (84.77% from 255) = 35.35%
R=41.24%
G=23.40%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214321600.430.140.01319.8294.7877.45
HexFC8FD802BE11405f4d
Octal374217330053161500137115
Binary11111100100011111101100001010111110110100000010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8FD8; }

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

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

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

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

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

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

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

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