#F395DC

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

Shades of Lavender Rose #F395DC

Tints of Lavender Rose #F395DC

Color information

#F395DC (or 0xF395DC) is unknown color: approx Lavender Rose. HEX triplet: F3, 95 and DC. RGB value is (243,149,220). Sum of RGB (Red+Green+Blue) = 243+149+220=612 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.71% from 612); Green value is 149 (58.59% from 255 or 24.35% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 243 - color contains mainly: red. Hex color #F395DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F395DC is #0C6A23. Grayscale: #B9B9B9. Windows color (decimal): -813604 or 14456307. OLE color: 14456307.

HSL color Cylindrical-coordinate representation of color #F395DC: hue angle of 314.68º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F395DC is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB243149220-
CMYK00.390.090.05
HSL314.68º79.66%76.86%-
HSV(B)314.68º38.68%95.29%-
XYZ60.6345.7273.34-
YUV185.2147.64169.23-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.71%
GREEN value IS 149 (58.59% from 255) = 24.35%
BLUE value IS 220 (86.33% from 255) = 35.95%
R=39.71%
G=24.35%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314922000.390.090.05314.6879.6676.86
HexF395DC0279513b504d
Octal363225334047115473120115
Binary1111001110010101110111000100111100110110011101110100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F395DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F395DC; }

 p { color: rgb(243,149,220); }

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

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

 a { background-color: rgb(243,149,220); }

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

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

 span { border-color: rgb(243,149,220); }

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