#F67DCE

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

Shades of Tea Rose #F67DCE

Tints of Tea Rose #F67DCE

Color information

#F67DCE (or 0xF67DCE) is unknown color: approx Tea Rose. HEX triplet: F6, 7D and CE. RGB value is (246,125,206). Sum of RGB (Red+Green+Blue) = 246+125+206=577 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.63% from 577); Green value is 125 (49.22% from 255 or 21.66% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 246 - color contains mainly: red. Hex color #F67DCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67DCE is #098231. Grayscale: #AAAAAA. Windows color (decimal): -623154 or 13532662. OLE color: 13532662.

HSL color Cylindrical-coordinate representation of color #F67DCE: hue angle of 319.83º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F67DCE is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB246125206-
CMYK00.490.160.04
HSL319.83º87.05%72.75%-
HSV(B)319.83º49.19%96.47%-
XYZ56.4838.7262.89-
YUV170.41148.09181.91-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.63%
GREEN value IS 125 (49.22% from 255) = 21.66%
BLUE value IS 206 (80.86% from 255) = 35.70%
R=42.63%
G=21.66%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612520600.490.160.04319.8387.0572.75
HexF67DCE0311041405749
Octal366175316061204500127111
Binary1111011011111011100111001100011000010010100000010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67DCE; }

 p { color: rgb(246,125,206); }

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

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

 a { background-color: rgb(246,125,206); }

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

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

 span { border-color: rgb(246,125,206); }

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