#FA88D1

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

Shades of Tea Rose #FA88D1

Tints of Tea Rose #FA88D1

Color information

#FA88D1 (or 0xFA88D1) is unknown color: approx Tea Rose. HEX triplet: FA, 88 and D1. RGB value is (250,136,209). Sum of RGB (Red+Green+Blue) = 250+136+209=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 136 (53.52% from 255 or 22.86% from 595); Blue value is 209 (82.03% from 255 or 35.13% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FA88D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA88D1 is #05772E. Grayscale: #B2B2B2. Windows color (decimal): -358191 or 13732090. OLE color: 13732090.

HSL color Cylindrical-coordinate representation of color #FA88D1: hue angle of 321.58º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FA88D1 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB250136209-
CMYK00.460.160.02
HSL321.58º91.94%75.69%-
HSV(B)321.58º45.6%98.04%-
XYZ59.7442.5465.38-
YUV178.41145.27179.06-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.02%
GREEN value IS 136 (53.52% from 255) = 22.86%
BLUE value IS 209 (82.03% from 255) = 35.13%
R=42.02%
G=22.86%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013620900.460.160.02321.5891.9475.69
HexFA88D102E1021425c4c
Octal372210321056202502134114
Binary1111101010001000110100010101110100001010100001010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA88D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA88D1; }

 p { color: rgb(250,136,209); }

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

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

 a { background-color: rgb(250,136,209); }

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

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

 span { border-color: rgb(250,136,209); }

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