Html Css Color HEX #FA80CC Tea Rose

📋 copy color: '#FA80CC'

red 250 ◦ green 128 ◦ blue 204

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

Shades of Tea Rose #FA80CC

Tints of Tea Rose #FA80CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.05%

R = 42.96%
G = 21.99%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FA80CC (or 0xFA80CC) is known color: Tea Rose. HEX triplet: FA, 80 and CC. RGB value is (250,128,204). Sum of RGB (Red+Green+Blue) = 250+128+204=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 128 (50.39% from 255 or 21.99% from 582); Blue value is 204 (80.08% from 255 or 35.05% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FA80CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA80CC is #057F33. Grayscale: #ACACAC. Windows color (decimal): -360244 or 13402362. OLE color: 13402362.

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

Color convert

RGB 250 128 204 -
CMYK 0 0.49 0.18 0.02
HSL 322.62º 0.92% 0.74% -
HSV(B) 322.62º 0.49% 0.98% -
XYZ 58.04 40.12 61.81 -
YUV 173.14 145.42 182.82 -
System Red Green Blue C M Y K H S L
Decimal 250 128 204 0 0.49 0.18 0.02 322.62 0.92 0.74
Hex FA 80 CC 0 31 12 2 143 5C 4A
Octal 372 200 314 0 61 22 2 503 134 112
Binary 11111010 10000000 11001100 0 110001 10010 10 101000011 1011100 1001010

Color Harmonies of #FA80CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA80CC

Black with #FA80CC

Text Example


Text Example

White with #FA80CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA80CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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