#F698D3

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

Shades of Lavender Rose #F698D3

Tints of Lavender Rose #F698D3

Color information

#F698D3 (or 0xF698D3) is unknown color: approx Lavender Rose. HEX triplet: F6, 98 and D3. RGB value is (246,152,211). Sum of RGB (Red+Green+Blue) = 246+152+211=609 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.39% from 609); Green value is 152 (59.77% from 255 or 24.96% from 609); Blue value is 211 (82.81% from 255 or 34.65% from 609); Max value from RGB is 246 - color contains mainly: red. Hex color #F698D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F698D3 is #09672C. Grayscale: #BABABA. Windows color (decimal): -616237 or 13867254. OLE color: 13867254.

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

Color convert

RGB246152211-
CMYK00.380.140.04
HSL322.34º83.93%78.04%-
HSV(B)322.34º38.21%96.47%-
XYZ60.9946.7567.44-
YUV186.83141.64170.2-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.39%
GREEN value IS 152 (59.77% from 255) = 24.96%
BLUE value IS 211 (82.81% from 255) = 34.65%
R=40.39%
G=24.96%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615221100.380.140.04322.3483.9378.04
HexF698D3026E4142544e
Octal366230323046164502124116
Binary1111011010011000110100110100110111010010100001010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F698D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F698D3; }

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

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

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

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

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

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

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

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