#FA81C9

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

Shades of Tea Rose #FA81C9

Tints of Tea Rose #FA81C9

Color information

#FA81C9 (or 0xFA81C9) is unknown color: approx Tea Rose. HEX triplet: FA, 81 and C9. RGB value is (250,129,201). Sum of RGB (Red+Green+Blue) = 250+129+201=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 129 (50.78% from 255 or 22.24% from 580); Blue value is 201 (78.91% from 255 or 34.66% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FA81C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA81C9 is #057E36. Grayscale: #ADADAD. Windows color (decimal): -359991 or 13206010. OLE color: 13206010.

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

Color convert

RGB250129201-
CMYK00.480.200.02
HSL324.3º92.37%74.31%-
HSV(B)324.3º48.4%98.04%-
XYZ57.8240.2459.98-
YUV173.39143.59182.65-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.10%
GREEN value IS 129 (50.78% from 255) = 22.24%
BLUE value IS 201 (78.91% from 255) = 34.66%
R=43.10%
G=22.24%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012920100.480.200.02324.392.3774.31
HexFA81C90301421445c4a
Octal372201311060242504134112
Binary1111101010000001110010010110000101001010100010010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA81C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA81C9; }

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

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

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

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

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

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

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

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