#FC9DF4

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

Shades of Lavender Rose #FC9DF4

Tints of Lavender Rose #FC9DF4

Color information

#FC9DF4 (or 0xFC9DF4) is unknown color: approx Lavender Rose. HEX triplet: FC, 9D and F4. RGB value is (252,157,244). Sum of RGB (Red+Green+Blue) = 252+157+244=653 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.59% from 653); Green value is 157 (61.72% from 255 or 24.04% from 653); Blue value is 244 (95.70% from 255 or 37.37% from 653); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9DF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC9DF4 is #03620B. Grayscale: #C3C3C3. Windows color (decimal): -221708 or 16031228. OLE color: 16031228.

HSL color Cylindrical-coordinate representation of color #FC9DF4: hue angle of 305.05º 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 #FC9DF4 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB252157244-
CMYK00.380.030.01
HSL305.05º94.06%80.2%-
HSV(B)305.05º37.7%98.82%-
XYZ68.5351.3491.89-
YUV195.32155.47168.43-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.59%
GREEN value IS 157 (61.72% from 255) = 24.04%
BLUE value IS 244 (95.70% from 255) = 37.37%
R=38.59%
G=24.04%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215724400.380.030.01305.0594.0680.2
HexFC9DF4026311315e50
Octal37423536404631461136120
Binary111111001001110111110100010011011110011000110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9DF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9DF4; }

 p { color: rgb(252,157,244); }

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

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

 a { background-color: rgb(252,157,244); }

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

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

 span { border-color: rgb(252,157,244); }

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