#FA88C0

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

Shades of Tea Rose #FA88C0

Tints of Tea Rose #FA88C0

Color information

#FA88C0 (or 0xFA88C0) is unknown color: approx Tea Rose. HEX triplet: FA, 88 and C0. RGB value is (250,136,192). Sum of RGB (Red+Green+Blue) = 250+136+192=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 136 (53.52% from 255 or 23.53% from 578); Blue value is 192 (75.39% from 255 or 33.22% from 578); Max value from RGB is 250 - color contains mainly: red. Hex color #FA88C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA88C0 is #05773F. Grayscale: #B0B0B0. Windows color (decimal): -358208 or 12617978. OLE color: 12617978.

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

Color convert

RGB250136192-
CMYK00.460.230.02
HSL330.53º91.94%75.69%-
HSV(B)330.53º45.6%98.04%-
XYZ57.7441.7454.88-
YUV176.47136.77180.45-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.25%
GREEN value IS 136 (53.52% from 255) = 23.53%
BLUE value IS 192 (75.39% from 255) = 33.22%
R=43.25%
G=23.53%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013619200.460.230.02330.5391.9475.69
HexFA88C002E17214b5c4c
Octal372210300056272513134114
Binary1111101010001000110000000101110101111010100101110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA88C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA88C0; }

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

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

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

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

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

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

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

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