#FC9CEE

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

Shades of Lavender Rose #FC9CEE

Tints of Lavender Rose #FC9CEE

Color information

#FC9CEE (or 0xFC9CEE) is unknown color: approx Lavender Rose. HEX triplet: FC, 9C and EE. RGB value is (252,156,238). Sum of RGB (Red+Green+Blue) = 252+156+238=646 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.01% from 646); Green value is 156 (61.33% from 255 or 24.15% from 646); Blue value is 238 (93.36% from 255 or 36.84% from 646); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9CEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC9CEE is #036311. Grayscale: #C1C1C1. Windows color (decimal): -221970 or 15637756. OLE color: 15637756.

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

Color convert

RGB252156238-
CMYK00.380.060.01
HSL308.75º94.12%80%-
HSV(B)308.75º38.1%98.82%-
XYZ67.4750.6587.11-
YUV194.05152.8169.33-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.01%
GREEN value IS 156 (61.33% from 255) = 24.15%
BLUE value IS 238 (93.36% from 255) = 36.84%
R=39.01%
G=24.15%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215623800.380.060.01308.7594.1280
HexFC9CEE026611355e50
Octal37423435604661465136120
Binary1111110010011100111011100100110110110011010110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9CEE; }

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

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

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

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

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

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

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

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