#FA88D2

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

Shades of Tea Rose #FA88D2

Tints of Tea Rose #FA88D2

Color information

#FA88D2 (or 0xFA88D2) is unknown color: approx Tea Rose. HEX triplet: FA, 88 and D2. RGB value is (250,136,210). Sum of RGB (Red+Green+Blue) = 250+136+210=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 136 (53.52% from 255 or 22.82% from 596); Blue value is 210 (82.42% from 255 or 35.23% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FA88D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA88D2 is #05772D. Grayscale: #B2B2B2. Windows color (decimal): -358190 or 13797626. OLE color: 13797626.

HSL color Cylindrical-coordinate representation of color #FA88D2: hue angle of 321.05º 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 #FA88D2 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB250136210-
CMYK00.460.160.02
HSL321.05º91.94%75.69%-
HSV(B)321.05º45.6%98.04%-
XYZ59.8642.5966.04-
YUV178.52145.77178.98-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.95%
GREEN value IS 136 (53.52% from 255) = 22.82%
BLUE value IS 210 (82.42% from 255) = 35.23%
R=41.95%
G=22.82%
B=35.23%

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
Decimal25013621000.460.160.02321.0591.9475.69
HexFA88D202E1021415c4c
Octal372210322056202501134114
Binary1111101010001000110100100101110100001010100000110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA88D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA88D2; }

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

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

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

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

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

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

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

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