#FA80D0

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

Shades of Tea Rose #FA80D0

Tints of Tea Rose #FA80D0

Color information

#FA80D0 (or 0xFA80D0) is unknown color: approx Tea Rose. HEX triplet: FA, 80 and D0. RGB value is (250,128,208). Sum of RGB (Red+Green+Blue) = 250+128+208=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 128 (50.39% from 255 or 21.84% from 586); Blue value is 208 (81.64% from 255 or 35.49% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FA80D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA80D0 is #057F2F. Grayscale: #ADADAD. Windows color (decimal): -360240 or 13664506. OLE color: 13664506.

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

Color convert

RGB250128208-
CMYK00.490.170.02
HSL320.66º92.42%74.12%-
HSV(B)320.66º48.8%98.04%-
XYZ58.5340.3264.37-
YUV173.6147.42182.5-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.66%
GREEN value IS 128 (50.39% from 255) = 21.84%
BLUE value IS 208 (81.64% from 255) = 35.49%
R=42.66%
G=21.84%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012820800.490.170.02320.6692.4274.12
HexFA80D00311121415c4a
Octal372200320061212501134112
Binary1111101010000000110100000110001100011010100000110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA80D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA80D0; }

 p { color: rgb(250,128,208); }

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

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

 a { background-color: rgb(250,128,208); }

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

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

 span { border-color: rgb(250,128,208); }

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