#FF9CFC

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

Shades of Lavender Rose #FF9CFC

Tints of Lavender Rose #FF9CFC

Color information

#FF9CFC (or 0xFF9CFC) is unknown color: approx Lavender Rose. HEX triplet: FF, 9C and FC. RGB value is (255,156,252). Sum of RGB (Red+Green+Blue) = 255+156+252=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 156 (61.33% from 255 or 23.53% from 663); Blue value is 252 (98.83% from 255 or 38.01% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9CFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9CFC is #006303. Grayscale: #C4C4C4. Windows color (decimal): -25348 or 16555263. OLE color: 16555263.

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

Color convert

RGB255156252-
CMYK00.390.010
HSL301.82º100%80.59%-
HSV(B)301.82º38.82%100%-
XYZ70.752.0798.42-
YUV196.54159.3169.69-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.46%
GREEN value IS 156 (61.33% from 255) = 23.53%
BLUE value IS 252 (98.83% from 255) = 38.01%
R=38.46%
G=23.53%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515625200.390.010301.8210080.59
HexFF9CFC0271012e6451
Octal37723437404710456144121
Binary11111111100111001111110001001111010010111011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9CFC; }

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

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

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

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

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

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

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

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