#F695D0

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

Shades of Tea Rose #F695D0

Tints of Tea Rose #F695D0

Color information

#F695D0 (or 0xF695D0) is unknown color: approx Tea Rose. HEX triplet: F6, 95 and D0. RGB value is (246,149,208). Sum of RGB (Red+Green+Blue) = 246+149+208=603 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.80% from 603); Green value is 149 (58.59% from 255 or 24.71% from 603); Blue value is 208 (81.64% from 255 or 34.49% from 603); Max value from RGB is 246 - color contains mainly: red. Hex color #F695D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F695D0 is #096A2F. Grayscale: #B8B8B8. Windows color (decimal): -617008 or 13669878. OLE color: 13669878.

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

Color convert

RGB246149208-
CMYK00.390.150.04
HSL323.51º84.35%77.45%-
HSV(B)323.51º39.43%96.47%-
XYZ60.1445.6465.31-
YUV184.73141.14171.7-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.80%
GREEN value IS 149 (58.59% from 255) = 24.71%
BLUE value IS 208 (81.64% from 255) = 34.49%
R=40.80%
G=24.71%
B=34.49%

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
Decimal24614920800.390.150.04323.5184.3577.45
HexF695D0027F4144544d
Octal366225320047174504124115
Binary1111011010010101110100000100111111110010100010010101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F695D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F695D0; }

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

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

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

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

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

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

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

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