#F693D1

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

Shades of Tea Rose #F693D1

Tints of Tea Rose #F693D1

Color information

#F693D1 (or 0xF693D1) is unknown color: approx Tea Rose. HEX triplet: F6, 93 and D1. RGB value is (246,147,209). Sum of RGB (Red+Green+Blue) = 246+147+209=602 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.86% from 602); Green value is 147 (57.81% from 255 or 24.42% from 602); Blue value is 209 (82.03% from 255 or 34.72% from 602); Max value from RGB is 246 - color contains mainly: red. Hex color #F693D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F693D1 is #096C2E. Grayscale: #B7B7B7. Windows color (decimal): -617519 or 13734902. OLE color: 13734902.

HSL color Cylindrical-coordinate representation of color #F693D1: hue angle of 322.42º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F693D1 is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB246147209-
CMYK00.400.150.04
HSL322.42º84.62%77.06%-
HSV(B)322.42º40.24%96.47%-
XYZ59.9545.0665.86-
YUV183.67142.3172.46-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.86%
GREEN value IS 147 (57.81% from 255) = 24.42%
BLUE value IS 209 (82.03% from 255) = 34.72%
R=40.86%
G=24.42%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614720900.400.150.04322.4284.6277.06
HexF693D1028F4142554d
Octal366223321050174502125115
Binary1111011010010011110100010101000111110010100001010101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F693D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F693D1; }

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

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

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

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

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

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

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

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