#F893C4

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

Shades of Tea Rose #F893C4

Tints of Tea Rose #F893C4

Color information

#F893C4 (or 0xF893C4) is unknown color: approx Tea Rose. HEX triplet: F8, 93 and C4. RGB value is (248,147,196). Sum of RGB (Red+Green+Blue) = 248+147+196=591 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.96% from 591); Green value is 147 (57.81% from 255 or 24.87% from 591); Blue value is 196 (76.95% from 255 or 33.16% from 591); Max value from RGB is 248 - color contains mainly: red. Hex color #F893C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F893C4 is #076C3B. Grayscale: #B6B6B6. Windows color (decimal): -486460 or 12882936. OLE color: 12882936.

HSL color Cylindrical-coordinate representation of color #F893C4: hue angle of 330.89º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F893C4 is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB248147196-
CMYK00.410.210.03
HSL330.89º87.83%77.45%-
HSV(B)330.89º40.73%97.25%-
XYZ59.1144.8157.76-
YUV182.78135.46174.52-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.96%
GREEN value IS 147 (57.81% from 255) = 24.87%
BLUE value IS 196 (76.95% from 255) = 33.16%
R=41.96%
G=24.87%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814719600.410.210.03330.8987.8377.45
HexF893C402915314b584d
Octal370223304051253513130115
Binary1111100010010011110001000101001101011110100101110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F893C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F893C4; }

 p { color: rgb(248,147,196); }

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

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

 a { background-color: rgb(248,147,196); }

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

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

 span { border-color: rgb(248,147,196); }

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