Html Css Color HEX #FA80D3 Tea Rose

📋 copy color: '#FA80D3'

red 250 ◦ green 128 ◦ blue 211

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

Shades of Tea Rose #FA80D3

Tints of Tea Rose #FA80D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 35.82%

R = 42.44%
G = 21.73%
B = 35.82%

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

#FA80D3 (or 0xFA80D3) is known color: Tea Rose. HEX triplet: FA, 80 and D3. RGB value is (250,128,211). Sum of RGB (Red+Green+Blue) = 250+128+211=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 128 (50.39% from 255 or 21.73% from 589); Blue value is 211 (82.81% from 255 or 35.82% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FA80D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA80D3 is #057F2C. Grayscale: #ADADAD. Windows color (decimal): -360237 or 13861114. OLE color: 13861114.

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

Color convert

RGB 250 128 211 -
CMYK 0 0.49 0.16 0.02
HSL 319.18º 0.92% 0.74% -
HSV(B) 319.18º 0.49% 0.98% -
XYZ 58.9 40.47 66.33 -
YUV 173.94 148.92 182.25 -
System Red Green Blue C M Y K H S L
Decimal 250 128 211 0 0.49 0.16 0.02 319.18 0.92 0.74
Hex FA 80 D3 0 31 10 2 13F 5C 4A
Octal 372 200 323 0 61 20 2 477 134 112
Binary 11111010 10000000 11010011 0 110001 10000 10 100111111 1011100 1001010

Color Harmonies of #FA80D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA80D3

Black with #FA80D3

Text Example


Text Example

White with #FA80D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA80D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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