#FA81CA

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

Shades of Tea Rose #FA81CA

Tints of Tea Rose #FA81CA

Color information

#FA81CA (or 0xFA81CA) is unknown color: approx Tea Rose. HEX triplet: FA, 81 and CA. RGB value is (250,129,202). Sum of RGB (Red+Green+Blue) = 250+129+202=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 129 (50.78% from 255 or 22.20% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 250 - color contains mainly: red. Hex color #FA81CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA81CA is #057E35. Grayscale: #ADADAD. Windows color (decimal): -359990 or 13271546. OLE color: 13271546.

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

Color convert

RGB250129202-
CMYK00.480.190.02
HSL323.8º92.37%74.31%-
HSV(B)323.8º48.4%98.04%-
XYZ57.9440.2960.6-
YUV173.5144.09182.56-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.03%
GREEN value IS 129 (50.78% from 255) = 22.20%
BLUE value IS 202 (79.30% from 255) = 34.77%
R=43.03%
G=22.20%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012920200.480.190.02323.892.3774.31
HexFA81CA0301321445c4a
Octal372201312060232504134112
Binary1111101010000001110010100110000100111010100010010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA81CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA81CA; }

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

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

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

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

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

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

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

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