#F69CDC

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

Shades of Lavender Rose #F69CDC

Tints of Lavender Rose #F69CDC

Color information

#F69CDC (or 0xF69CDC) is unknown color: approx Lavender Rose. HEX triplet: F6, 9C and DC. RGB value is (246,156,220). Sum of RGB (Red+Green+Blue) = 246+156+220=622 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.55% from 622); Green value is 156 (61.33% from 255 or 25.08% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 246 - color contains mainly: red. Hex color #F69CDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69CDC is #096323. Grayscale: #BEBEBE. Windows color (decimal): -615204 or 14458102. OLE color: 14458102.

HSL color Cylindrical-coordinate representation of color #F69CDC: hue angle of 317.33º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F69CDC is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB246156220-
CMYK00.370.110.04
HSL317.33º83.33%78.82%-
HSV(B)317.33º36.59%96.47%-
XYZ62.8148.5473.77-
YUV190.21144.82167.8-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.55%
GREEN value IS 156 (61.33% from 255) = 25.08%
BLUE value IS 220 (86.33% from 255) = 35.37%
R=39.55%
G=25.08%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615622000.370.110.04317.3383.3378.82
HexF69CDC025B413d534f
Octal366234334045134475123117
Binary1111011010011100110111000100101101110010011110110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69CDC; }

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

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

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

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

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

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

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

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