#FC9CEA

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

Shades of Lavender Rose #FC9CEA

Tints of Lavender Rose #FC9CEA

Color information

#FC9CEA (or 0xFC9CEA) is unknown color: approx Lavender Rose. HEX triplet: FC, 9C and EA. RGB value is (252,156,234). Sum of RGB (Red+Green+Blue) = 252+156+234=642 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.25% from 642); Green value is 156 (61.33% from 255 or 24.30% from 642); Blue value is 234 (91.80% from 255 or 36.45% from 642); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9CEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC9CEA is #036315. Grayscale: #C1C1C1. Windows color (decimal): -221974 or 15375612. OLE color: 15375612.

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

Color convert

RGB252156234-
CMYK00.380.070.01
HSL311.25º94.12%80%-
HSV(B)311.25º38.1%98.82%-
XYZ66.8850.4184.05-
YUV193.6150.8169.66-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.25%
GREEN value IS 156 (61.33% from 255) = 24.30%
BLUE value IS 234 (91.80% from 255) = 36.45%
R=39.25%
G=24.30%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215623400.380.070.01311.2594.1280
HexFC9CEA026711375e50
Octal37423435204671467136120
Binary1111110010011100111010100100110111110011011110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9CEA; }

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

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

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

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

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

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

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

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