#F988BC

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

Shades of Tea Rose #F988BC

Tints of Tea Rose #F988BC

Color information

#F988BC (or 0xF988BC) is unknown color: approx Tea Rose. HEX triplet: F9, 88 and BC. RGB value is (249,136,188). Sum of RGB (Red+Green+Blue) = 249+136+188=573 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.46% from 573); Green value is 136 (53.52% from 255 or 23.73% from 573); Blue value is 188 (73.83% from 255 or 32.81% from 573); Max value from RGB is 249 - color contains mainly: red. Hex color #F988BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F988BC is #067743. Grayscale: #AFAFAF. Windows color (decimal): -423748 or 12355833. OLE color: 12355833.

HSL color Cylindrical-coordinate representation of color #F988BC: hue angle of 332.39º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F988BC is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB249136188-
CMYK00.450.240.02
HSL332.39º90.4%75.49%-
HSV(B)332.39º45.38%97.65%-
XYZ56.9541.3852.56-
YUV175.71134.94180.27-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.46%
GREEN value IS 136 (53.52% from 255) = 23.73%
BLUE value IS 188 (73.83% from 255) = 32.81%
R=43.46%
G=23.73%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913618800.450.240.02332.3990.475.49
HexF988BC02D18214c5a4b
Octal371210274055302514132113
Binary1111100110001000101111000101101110001010100110010110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F988BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F988BC; }

 p { color: rgb(249,136,188); }

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

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

 a { background-color: rgb(249,136,188); }

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

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

 span { border-color: rgb(249,136,188); }

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