#FC9CDD

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

Shades of Lavender Rose #FC9CDD

Tints of Lavender Rose #FC9CDD

Color information

#FC9CDD (or 0xFC9CDD) is unknown color: approx Lavender Rose. HEX triplet: FC, 9C and DD. RGB value is (252,156,221). Sum of RGB (Red+Green+Blue) = 252+156+221=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 156 (61.33% from 255 or 24.80% from 629); Blue value is 221 (86.72% from 255 or 35.14% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9CDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9CDD is #036322. Grayscale: #BFBFBF. Windows color (decimal): -221987 or 14523644. OLE color: 14523644.

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

Color convert

RGB252156221-
CMYK00.380.120.01
HSL319.38º94.12%80%-
HSV(B)319.38º38.1%98.82%-
XYZ65.0849.6974.57-
YUV192.11144.3170.71-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.06%
GREEN value IS 156 (61.33% from 255) = 24.80%
BLUE value IS 221 (86.72% from 255) = 35.14%
R=40.06%
G=24.80%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215622100.380.120.01319.3894.1280
HexFC9CDD026C113f5e50
Octal374234335046141477136120
Binary11111100100111001101110101001101100110011111110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9CDD; }

 p { color: rgb(252,156,221); }

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

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

 a { background-color: rgb(252,156,221); }

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

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

 span { border-color: rgb(252,156,221); }

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