#FA88C1

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

Shades of Tea Rose #FA88C1

Tints of Tea Rose #FA88C1

Color information

#FA88C1 (or 0xFA88C1) is unknown color: approx Tea Rose. HEX triplet: FA, 88 and C1. RGB value is (250,136,193). Sum of RGB (Red+Green+Blue) = 250+136+193=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 136 (53.52% from 255 or 23.49% from 579); Blue value is 193 (75.78% from 255 or 33.33% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FA88C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA88C1 is #05773E. Grayscale: #B0B0B0. Windows color (decimal): -358207 or 12683514. OLE color: 12683514.

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

Color convert

RGB250136193-
CMYK00.460.230.02
HSL330º91.94%75.69%-
HSV(B)330º45.6%98.04%-
XYZ57.8541.7855.47-
YUV176.58137.27180.37-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.18%
GREEN value IS 136 (53.52% from 255) = 23.49%
BLUE value IS 193 (75.78% from 255) = 33.33%
R=43.18%
G=23.49%
B=33.33%

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
Decimal25013619300.460.230.0233091.9475.69
HexFA88C102E17214a5c4c
Octal372210301056272512134114
Binary1111101010001000110000010101110101111010100101010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA88C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA88C1; }

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

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

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

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

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

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

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

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