#FC9CEF

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

Shades of Lavender Rose #FC9CEF

Tints of Lavender Rose #FC9CEF

Color information

#FC9CEF (or 0xFC9CEF) is unknown color: approx Lavender Rose. HEX triplet: FC, 9C and EF. RGB value is (252,156,239). Sum of RGB (Red+Green+Blue) = 252+156+239=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 156 (61.33% from 255 or 24.11% from 647); Blue value is 239 (93.75% from 255 or 36.94% from 647); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9CEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC9CEF is #036310. Grayscale: #C1C1C1. Windows color (decimal): -221969 or 15703292. OLE color: 15703292.

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

Color convert

RGB252156239-
CMYK00.380.050.01
HSL308.12º94.12%80%-
HSV(B)308.12º38.1%98.82%-
XYZ67.6150.787.88-
YUV194.17153.3169.25-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.95%
GREEN value IS 156 (61.33% from 255) = 24.11%
BLUE value IS 239 (93.75% from 255) = 36.94%
R=38.95%
G=24.11%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215623900.380.050.01308.1294.1280
HexFC9CEF026511345e50
Octal37423435704651464136120
Binary1111110010011100111011110100110101110011010010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9CEF; }

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

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

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

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

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

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

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

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