Html Css Color HEX #FA80D1 Tea Rose

📋 copy color: '#FA80D1'

red 250 ◦ green 128 ◦ blue 209

#FA80D1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Rose #FA80D1

Tints of Tea Rose #FA80D1

RGB

 RED value IS 250 (98.05% from 255) = 42.59%

 GREEN value IS 128 (50.39% from 255) = 21.81%

 BLUE value IS 209 (82.03% from 255) = 35.6%

R = 42.59%
G = 21.81%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FA80D1 (or 0xFA80D1) is known color: Tea Rose. HEX triplet: FA, 80 and D1. RGB value is (250,128,209). Sum of RGB (Red+Green+Blue) = 250+128+209=587 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.59% from 587); Green value is 128 (50.39% from 255 or 21.81% from 587); Blue value is 209 (82.03% from 255 or 35.60% from 587); Max value from RGB is 250 - color contains mainly: red. Hex color #FA80D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA80D1 is #057F2E. Grayscale: #ADADAD. Windows color (decimal): -360239 or 13730042. OLE color: 13730042.

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

Color convert

RGB 250 128 209 -
CMYK 0 0.49 0.16 0.02
HSL 320.16º 0.92% 0.74% -
HSV(B) 320.16º 0.49% 0.98% -
XYZ 58.65 40.37 65.02 -
YUV 173.71 147.92 182.41 -
System Red Green Blue C M Y K H S L
Decimal 250 128 209 0 0.49 0.16 0.02 320.16 0.92 0.74
Hex FA 80 D1 0 31 10 2 140 5C 4A
Octal 372 200 321 0 61 20 2 500 134 112
Binary 11111010 10000000 11010001 0 110001 10000 10 101000000 1011100 1001010

Color Harmonies of #FA80D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA80D1

Black with #FA80D1

Text Example


Text Example

White with #FA80D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA80D1; }

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

 H1.HeaderClassName
 {
   color: #FA80D1;
 }
 .AnyTagClassName
 {
   color: #FA80D1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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