#FA88CA

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

Shades of Tea Rose #FA88CA

Tints of Tea Rose #FA88CA

Color information

#FA88CA (or 0xFA88CA) is unknown color: approx Tea Rose. HEX triplet: FA, 88 and CA. RGB value is (250,136,202). Sum of RGB (Red+Green+Blue) = 250+136+202=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 136 (53.52% from 255 or 23.13% from 588); Blue value is 202 (79.30% from 255 or 34.35% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FA88CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA88CA is #057735. Grayscale: #B1B1B1. Windows color (decimal): -358198 or 13273338. OLE color: 13273338.

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

Color convert

RGB250136202-
CMYK00.460.190.02
HSL325.26º91.94%75.69%-
HSV(B)325.26º45.6%98.04%-
XYZ58.8942.260.92-
YUV177.61141.77179.63-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.52%
GREEN value IS 136 (53.52% from 255) = 23.13%
BLUE value IS 202 (79.30% from 255) = 34.35%
R=42.52%
G=23.13%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013620200.460.190.02325.2691.9475.69
HexFA88CA02E1321455c4c
Octal372210312056232505134114
Binary1111101010001000110010100101110100111010100010110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA88CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA88CA; }

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

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

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

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

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

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

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

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