#F69BD5

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

Shades of Lavender Rose #F69BD5

Tints of Lavender Rose #F69BD5

Color information

#F69BD5 (or 0xF69BD5) is unknown color: approx Lavender Rose. HEX triplet: F6, 9B and D5. RGB value is (246,155,213). Sum of RGB (Red+Green+Blue) = 246+155+213=614 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.07% from 614); Green value is 155 (60.94% from 255 or 25.24% from 614); Blue value is 213 (83.59% from 255 or 34.69% from 614); Max value from RGB is 246 - color contains mainly: red. Hex color #F69BD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69BD5 is #09642A. Grayscale: #BCBCBC. Windows color (decimal): -615467 or 13999094. OLE color: 13999094.

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

Color convert

RGB246155213-
CMYK00.370.130.04
HSL321.76º83.49%78.63%-
HSV(B)321.76º36.99%96.47%-
XYZ61.7447.8468.93-
YUV188.82141.65168.78-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.07%
GREEN value IS 155 (60.94% from 255) = 25.24%
BLUE value IS 213 (83.59% from 255) = 34.69%
R=40.07%
G=25.24%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615521300.370.130.04321.7683.4978.63
HexF69BD5025D4142534f
Octal366233325045154502123117
Binary1111011010011011110101010100101110110010100001010100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69BD5; }

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

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

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

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

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

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

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

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