#FF9CFA

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

Shades of Lavender Rose #FF9CFA

Tints of Lavender Rose #FF9CFA

Color information

#FF9CFA (or 0xFF9CFA) is unknown color: approx Lavender Rose. HEX triplet: FF, 9C and FA. RGB value is (255,156,250). Sum of RGB (Red+Green+Blue) = 255+156+250=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 156 (61.33% from 255 or 23.60% from 661); Blue value is 250 (98.05% from 255 or 37.82% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9CFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9CFA is #006305. Grayscale: #C4C4C4. Windows color (decimal): -25350 or 16424191. OLE color: 16424191.

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

Color convert

RGB255156250-
CMYK00.390.020
HSL303.03º100%80.59%-
HSV(B)303.03º38.82%100%-
XYZ70.3851.9496.76-
YUV196.32158.3169.86-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.58%
GREEN value IS 156 (61.33% from 255) = 23.60%
BLUE value IS 250 (98.05% from 255) = 37.82%
R=38.58%
G=23.60%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515625000.390.020303.0310080.59
HexFF9CFA0272012f6451
Octal37723437204720457144121
Binary111111111001110011111010010011110010010111111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9CFA; }

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

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

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

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

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

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

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

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