#F891CB

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

Shades of Tea Rose #F891CB

Tints of Tea Rose #F891CB

Color information

#F891CB (or 0xF891CB) is unknown color: approx Tea Rose. HEX triplet: F8, 91 and CB. RGB value is (248,145,203). Sum of RGB (Red+Green+Blue) = 248+145+203=596 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.61% from 596); Green value is 145 (57.03% from 255 or 24.33% from 596); Blue value is 203 (79.69% from 255 or 34.06% from 596); Max value from RGB is 248 - color contains mainly: red. Hex color #F891CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F891CB is #076E34. Grayscale: #B6B6B6. Windows color (decimal): -486965 or 13341176. OLE color: 13341176.

HSL color Cylindrical-coordinate representation of color #F891CB: hue angle of 326.21º 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 #F891CB is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB248145203-
CMYK00.420.180.03
HSL326.21º88.03%77.06%-
HSV(B)326.21º41.53%97.25%-
XYZ59.6244.5261.95-
YUV182.41139.62174.78-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.61%
GREEN value IS 145 (57.03% from 255) = 24.33%
BLUE value IS 203 (79.69% from 255) = 34.06%
R=41.61%
G=24.33%
B=34.06%

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
Decimal24814520300.420.180.03326.2188.0377.06
HexF891CB02A123146584d
Octal370221313052223506130115
Binary1111100010010001110010110101010100101110100011010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F891CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F891CB; }

 p { color: rgb(248,145,203); }

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

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

 a { background-color: rgb(248,145,203); }

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

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

 span { border-color: rgb(248,145,203); }

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