#F69CD9

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

Shades of Lavender Rose #F69CD9

Tints of Lavender Rose #F69CD9

Color information

#F69CD9 (or 0xF69CD9) is unknown color: approx Lavender Rose. HEX triplet: F6, 9C and D9. RGB value is (246,156,217). Sum of RGB (Red+Green+Blue) = 246+156+217=619 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.74% from 619); Green value is 156 (61.33% from 255 or 25.20% from 619); Blue value is 217 (85.16% from 255 or 35.06% from 619); Max value from RGB is 246 - color contains mainly: red. Hex color #F69CD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69CD9 is #096326. Grayscale: #BDBDBD. Windows color (decimal): -615207 or 14261494. OLE color: 14261494.

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

Color convert

RGB246156217-
CMYK00.370.120.04
HSL319.33º83.33%78.82%-
HSV(B)319.33º36.59%96.47%-
XYZ62.4248.3871.69-
YUV189.86143.32168.04-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.74%
GREEN value IS 156 (61.33% from 255) = 25.20%
BLUE value IS 217 (85.16% from 255) = 35.06%
R=39.74%
G=25.20%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615621700.370.120.04319.3383.3378.82
HexF69CD9025C413f534f
Octal366234331045144477123117
Binary1111011010011100110110010100101110010010011111110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69CD9; }

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

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

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

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

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

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

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

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