#F695E5

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

Shades of Lavender Rose #F695E5

Tints of Lavender Rose #F695E5

Color information

#F695E5 (or 0xF695E5) is unknown color: approx Lavender Rose. HEX triplet: F6, 95 and E5. RGB value is (246,149,229). Sum of RGB (Red+Green+Blue) = 246+149+229=624 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.42% from 624); Green value is 149 (58.59% from 255 or 23.88% from 624); Blue value is 229 (89.84% from 255 or 36.70% from 624); Max value from RGB is 246 - color contains mainly: red. Hex color #F695E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F695E5 is #096A1A. Grayscale: #BABABA. Windows color (decimal): -616987 or 15046134. OLE color: 15046134.

HSL color Cylindrical-coordinate representation of color #F695E5: hue angle of 310.52º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F695E5 is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB246149229-
CMYK00.390.070.04
HSL310.52º84.35%77.45%-
HSV(B)310.52º39.43%96.47%-
XYZ62.946.7479.84-
YUV187.12151.64170-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.42%
GREEN value IS 149 (58.59% from 255) = 23.88%
BLUE value IS 229 (89.84% from 255) = 36.70%
R=39.42%
G=23.88%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614922900.390.070.04310.5284.3577.45
HexF695E502774137544d
Octal36622534504774467124115
Binary111101101001010111100101010011111110010011011110101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F695E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F695E5; }

 p { color: rgb(246,149,229); }

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

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

 a { background-color: rgb(246,149,229); }

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

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

 span { border-color: rgb(246,149,229); }

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