#F69CD3

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

Shades of Lavender Rose #F69CD3

Tints of Lavender Rose #F69CD3

Color information

#F69CD3 (or 0xF69CD3) is unknown color: approx Lavender Rose. HEX triplet: F6, 9C and D3. RGB value is (246,156,211). Sum of RGB (Red+Green+Blue) = 246+156+211=613 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.13% from 613); Green value is 156 (61.33% from 255 or 25.45% from 613); Blue value is 211 (82.81% from 255 or 34.42% from 613); Max value from RGB is 246 - color contains mainly: red. Hex color #F69CD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69CD3 is #09632C. Grayscale: #BDBDBD. Windows color (decimal): -615213 or 13868278. OLE color: 13868278.

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

Color convert

RGB246156211-
CMYK00.370.140.04
HSL323.33º83.33%78.82%-
HSV(B)323.33º36.59%96.47%-
XYZ61.6548.0767.66-
YUV189.18140.32168.53-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.13%
GREEN value IS 156 (61.33% from 255) = 25.45%
BLUE value IS 211 (82.81% from 255) = 34.42%
R=40.13%
G=25.45%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615621100.370.140.04323.3383.3378.82
HexF69CD3025E4143534f
Octal366234323045164503123117
Binary1111011010011100110100110100101111010010100001110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69CD3; }

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

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

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

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

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

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

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

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