#FC9FF4

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

Shades of Lavender Rose #FC9FF4

Tints of Lavender Rose #FC9FF4

Color information

#FC9FF4 (or 0xFC9FF4) is unknown color: approx Lavender Rose. HEX triplet: FC, 9F and F4. RGB value is (252,159,244). Sum of RGB (Red+Green+Blue) = 252+159+244=655 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.47% from 655); Green value is 159 (62.5% from 255 or 24.27% from 655); Blue value is 244 (95.70% from 255 or 37.25% from 655); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9FF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC9FF4 is #03600B. Grayscale: #C4C4C4. Windows color (decimal): -221196 or 16031740. OLE color: 16031740.

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

Color convert

RGB252159244-
CMYK00.370.030.01
HSL305.16º93.94%80.59%-
HSV(B)305.16º36.9%98.82%-
XYZ68.8752.0292-
YUV196.5154.81167.59-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.47%
GREEN value IS 159 (62.5% from 255) = 24.27%
BLUE value IS 244 (95.70% from 255) = 37.25%
R=38.47%
G=24.27%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215924400.370.030.01305.1693.9480.59
HexFC9FF4025311315e51
Octal37423736404531461136121
Binary111111001001111111110100010010111110011000110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9FF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9FF4; }

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

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

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

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

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

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

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

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