#FC9AD7

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

Shades of Lavender Rose #FC9AD7

Tints of Lavender Rose #FC9AD7

Color information

#FC9AD7 (or 0xFC9AD7) is unknown color: approx Lavender Rose. HEX triplet: FC, 9A and D7. RGB value is (252,154,215). Sum of RGB (Red+Green+Blue) = 252+154+215=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 154 (60.55% from 255 or 24.80% from 621); Blue value is 215 (84.38% from 255 or 34.62% from 621); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9AD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9AD7 is #036528. Grayscale: #BEBEBE. Windows color (decimal): -222505 or 14129916. OLE color: 14129916.

HSL color Cylindrical-coordinate representation of color #FC9AD7: hue angle of 322.65º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FC9AD7 is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB252154215-
CMYK00.390.150.01
HSL322.65º94.23%79.61%-
HSV(B)322.65º38.89%98.82%-
XYZ63.9748.7170.32-
YUV190.26141.97172.04-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.58%
GREEN value IS 154 (60.55% from 255) = 24.80%
BLUE value IS 215 (84.38% from 255) = 34.62%
R=40.58%
G=24.80%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215421500.390.150.01322.6594.2379.61
HexFC9AD7027F11435e50
Octal374232327047171503136120
Binary11111100100110101101011101001111111110100001110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9AD7; }

 p { color: rgb(252,154,215); }

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

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

 a { background-color: rgb(252,154,215); }

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

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

 span { border-color: rgb(252,154,215); }

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