#F69BDC

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

Shades of Lavender Rose #F69BDC

Tints of Lavender Rose #F69BDC

Color information

#F69BDC (or 0xF69BDC) is unknown color: approx Lavender Rose. HEX triplet: F6, 9B and DC. RGB value is (246,155,220). Sum of RGB (Red+Green+Blue) = 246+155+220=621 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.61% from 621); Green value is 155 (60.94% from 255 or 24.96% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 246 - color contains mainly: red. Hex color #F69BDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69BDC is #096423. Grayscale: #BDBDBD. Windows color (decimal): -615460 or 14457846. OLE color: 14457846.

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

Color convert

RGB246155220-
CMYK00.370.110.04
HSL317.14º83.49%78.63%-
HSV(B)317.14º36.99%96.47%-
XYZ62.6548.273.71-
YUV189.62145.15168.21-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.61%
GREEN value IS 155 (60.94% from 255) = 24.96%
BLUE value IS 220 (86.33% from 255) = 35.43%
R=39.61%
G=24.96%
B=35.43%

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
Decimal24615522000.370.110.04317.1483.4978.63
HexF69BDC025B413d534f
Octal366233334045134475123117
Binary1111011010011011110111000100101101110010011110110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69BDC; }

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

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

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

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

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

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

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

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