#FF9CF2

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

Shades of Lavender Rose #FF9CF2

Tints of Lavender Rose #FF9CF2

Color information

#FF9CF2 (or 0xFF9CF2) is unknown color: approx Lavender Rose. HEX triplet: FF, 9C and F2. RGB value is (255,156,242). Sum of RGB (Red+Green+Blue) = 255+156+242=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 156 (61.33% from 255 or 23.89% from 653); Blue value is 242 (94.92% from 255 or 37.06% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9CF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9CF2 is #00630D. Grayscale: #C3C3C3. Windows color (decimal): -25358 or 15899903. OLE color: 15899903.

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

Color convert

RGB255156242-
CMYK00.390.050
HSL307.88º100%80.59%-
HSV(B)307.88º38.82%100%-
XYZ69.1651.4590.29-
YUV195.4154.3170.51-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.05%
GREEN value IS 156 (61.33% from 255) = 23.89%
BLUE value IS 242 (94.92% from 255) = 37.06%
R=39.05%
G=23.89%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515624200.390.050307.8810080.59
HexFF9CF2027501346451
Octal37723436204750464144121
Binary1111111110011100111100100100111101010011010011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9CF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9CF2; }

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

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

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

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

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

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

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

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