#F695D1

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

Shades of Lavender Rose #F695D1

Tints of Lavender Rose #F695D1

Color information

#F695D1 (or 0xF695D1) is unknown color: approx Lavender Rose. HEX triplet: F6, 95 and D1. RGB value is (246,149,209). Sum of RGB (Red+Green+Blue) = 246+149+209=604 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.73% from 604); Green value is 149 (58.59% from 255 or 24.67% from 604); Blue value is 209 (82.03% from 255 or 34.60% from 604); Max value from RGB is 246 - color contains mainly: red. Hex color #F695D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F695D1 is #096A2E. Grayscale: #B8B8B8. Windows color (decimal): -617007 or 13735414. OLE color: 13735414.

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

Color convert

RGB246149209-
CMYK00.390.150.04
HSL322.89º84.35%77.45%-
HSV(B)322.89º39.43%96.47%-
XYZ60.2645.6965.96-
YUV184.84141.64171.62-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.73%
GREEN value IS 149 (58.59% from 255) = 24.67%
BLUE value IS 209 (82.03% from 255) = 34.60%
R=40.73%
G=24.67%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614920900.390.150.04322.8984.3577.45
HexF695D1027F4143544d
Octal366225321047174503124115
Binary1111011010010101110100010100111111110010100001110101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F695D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F695D1; }

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

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

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

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

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

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

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

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