#FA81C5

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

Shades of Tea Rose #FA81C5

Tints of Tea Rose #FA81C5

Color information

#FA81C5 (or 0xFA81C5) is unknown color: approx Tea Rose. HEX triplet: FA, 81 and C5. RGB value is (250,129,197). Sum of RGB (Red+Green+Blue) = 250+129+197=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 129 (50.78% from 255 or 22.40% from 576); Blue value is 197 (77.34% from 255 or 34.20% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FA81C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA81C5 is #057E3A. Grayscale: #ACACAC. Windows color (decimal): -359995 or 12943866. OLE color: 12943866.

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

Color convert

RGB250129197-
CMYK00.480.210.02
HSL326.28º92.37%74.31%-
HSV(B)326.28º48.4%98.04%-
XYZ57.3540.0657.53-
YUV172.93141.59182.97-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.40%
GREEN value IS 129 (50.78% from 255) = 22.40%
BLUE value IS 197 (77.34% from 255) = 34.20%
R=43.40%
G=22.40%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012919700.480.210.02326.2892.3774.31
HexFA81C50301521465c4a
Octal372201305060252506134112
Binary1111101010000001110001010110000101011010100011010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA81C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA81C5; }

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

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

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

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

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

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

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

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