#FA81C3

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

Shades of Tea Rose #FA81C3

Tints of Tea Rose #FA81C3

Color information

#FA81C3 (or 0xFA81C3) is unknown color: approx Tea Rose. HEX triplet: FA, 81 and C3. RGB value is (250,129,195). Sum of RGB (Red+Green+Blue) = 250+129+195=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 129 (50.78% from 255 or 22.47% from 574); Blue value is 195 (76.56% from 255 or 33.97% from 574); Max value from RGB is 250 - color contains mainly: red. Hex color #FA81C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA81C3 is #057E3C. Grayscale: #ACACAC. Windows color (decimal): -359997 or 12812794. OLE color: 12812794.

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

Color convert

RGB250129195-
CMYK00.480.220.02
HSL327.27º92.37%74.31%-
HSV(B)327.27º48.4%98.04%-
XYZ57.1239.9656.33-
YUV172.7140.59183.13-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.55%
GREEN value IS 129 (50.78% from 255) = 22.47%
BLUE value IS 195 (76.56% from 255) = 33.97%
R=43.55%
G=22.47%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012919500.480.220.02327.2792.3774.31
HexFA81C30301621475c4a
Octal372201303060262507134112
Binary1111101010000001110000110110000101101010100011110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA81C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA81C3; }

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

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

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

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

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

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

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

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