#FA81CC

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

Shades of Tea Rose #FA81CC

Tints of Tea Rose #FA81CC

Color information

#FA81CC (or 0xFA81CC) is unknown color: approx Tea Rose. HEX triplet: FA, 81 and CC. RGB value is (250,129,204). Sum of RGB (Red+Green+Blue) = 250+129+204=583 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.88% from 583); Green value is 129 (50.78% from 255 or 22.13% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 250 - color contains mainly: red. Hex color #FA81CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA81CC is #057E33. Grayscale: #ADADAD. Windows color (decimal): -359988 or 13402618. OLE color: 13402618.

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

Color convert

RGB250129204-
CMYK00.480.180.02
HSL322.81º92.37%74.31%-
HSV(B)322.81º48.4%98.04%-
XYZ58.1740.3861.86-
YUV173.73145.09182.4-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.88%
GREEN value IS 129 (50.78% from 255) = 22.13%
BLUE value IS 204 (80.08% from 255) = 34.99%
R=42.88%
G=22.13%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012920400.480.180.02322.8192.3774.31
HexFA81CC0301221435c4a
Octal372201314060222503134112
Binary1111101010000001110011000110000100101010100001110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA81CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA81CC; }

 p { color: rgb(250,129,204); }

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

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

 a { background-color: rgb(250,129,204); }

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

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

 span { border-color: rgb(250,129,204); }

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