#FF9CF6

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

Shades of Lavender Rose #FF9CF6

Tints of Lavender Rose #FF9CF6

Color information

#FF9CF6 (or 0xFF9CF6) is unknown color: approx Lavender Rose. HEX triplet: FF, 9C and F6. RGB value is (255,156,246). Sum of RGB (Red+Green+Blue) = 255+156+246=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 156 (61.33% from 255 or 23.74% from 657); Blue value is 246 (96.48% from 255 or 37.44% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9CF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9CF6 is #006309. Grayscale: #C3C3C3. Windows color (decimal): -25354 or 16162047. OLE color: 16162047.

HSL color Cylindrical-coordinate representation of color #FF9CF6: hue angle of 305.45º 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 #FF9CF6 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.

Color convert

RGB255156246-
CMYK00.390.040
HSL305.45º100%80.59%-
HSV(B)305.45º38.82%100%-
XYZ69.7651.6993.49-
YUV195.86156.3170.18-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.81%
GREEN value IS 156 (61.33% from 255) = 23.74%
BLUE value IS 246 (96.48% from 255) = 37.44%
R=38.81%
G=23.74%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515624600.390.040305.4510080.59
HexFF9CF6027401316451
Octal37723436604740461144121
Binary1111111110011100111101100100111100010011000111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9CF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9CF6; }

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

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

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

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

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

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

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

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