#F67ECB

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

Shades of Tea Rose #F67ECB

Tints of Tea Rose #F67ECB

Color information

#F67ECB (or 0xF67ECB) is unknown color: approx Tea Rose. HEX triplet: F6, 7E and CB. RGB value is (246,126,203). Sum of RGB (Red+Green+Blue) = 246+126+203=575 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.78% from 575); Green value is 126 (49.61% from 255 or 21.91% from 575); Blue value is 203 (79.69% from 255 or 35.30% from 575); Max value from RGB is 246 - color contains mainly: red. Hex color #F67ECB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67ECB is #098134. Grayscale: #AAAAAA. Windows color (decimal): -622901 or 13336310. OLE color: 13336310.

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

Color convert

RGB246126203-
CMYK00.490.170.04
HSL321.5º86.96%72.94%-
HSV(B)321.5º48.78%96.47%-
XYZ56.2538.8361.03-
YUV170.66146.26181.74-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.78%
GREEN value IS 126 (49.61% from 255) = 21.91%
BLUE value IS 203 (79.69% from 255) = 35.30%
R=42.78%
G=21.91%
B=35.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612620300.490.170.04321.586.9672.94
HexF67ECB0311141425749
Octal366176313061214502127111
Binary1111011011111101100101101100011000110010100001010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67ECB; }

 p { color: rgb(246,126,203); }

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

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

 a { background-color: rgb(246,126,203); }

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

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

 span { border-color: rgb(246,126,203); }

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