#F890CC

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

Shades of Tea Rose #F890CC

Tints of Tea Rose #F890CC

Color information

#F890CC (or 0xF890CC) is unknown color: approx Tea Rose. HEX triplet: F8, 90 and CC. RGB value is (248,144,204). Sum of RGB (Red+Green+Blue) = 248+144+204=596 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.61% from 596); Green value is 144 (56.64% from 255 or 24.16% from 596); Blue value is 204 (80.08% from 255 or 34.23% from 596); Max value from RGB is 248 - color contains mainly: red. Hex color #F890CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F890CC is #076F33. Grayscale: #B5B5B5. Windows color (decimal): -487220 or 13406456. OLE color: 13406456.

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

Color convert

RGB248144204-
CMYK00.420.180.03
HSL325.38º88.14%76.86%-
HSV(B)325.38º41.94%97.25%-
XYZ59.5844.2662.53-
YUV181.94140.46175.12-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.61%
GREEN value IS 144 (56.64% from 255) = 24.16%
BLUE value IS 204 (80.08% from 255) = 34.23%
R=41.61%
G=24.16%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814420400.420.180.03325.3888.1476.86
HexF890CC02A123145584d
Octal370220314052223505130115
Binary1111100010010000110011000101010100101110100010110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F890CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F890CC; }

 p { color: rgb(248,144,204); }

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

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

 a { background-color: rgb(248,144,204); }

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

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

 span { border-color: rgb(248,144,204); }

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