Html Css Color HEX #FA81C0 Tea Rose

📋 copy color: '#FA81C0'

red 250 ◦ green 129 ◦ blue 192

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

Shades of Tea Rose #FA81C0

Tints of Tea Rose #FA81C0

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.59%

 BLUE value IS 192 (75.39% from 255) = 33.63%

R = 43.78%
G = 22.59%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FA81C0 (or 0xFA81C0) is known color: Tea Rose. HEX triplet: FA, 81 and C0. RGB value is (250,129,192). Sum of RGB (Red+Green+Blue) = 250+129+192=571 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.78% from 571); Green value is 129 (50.78% from 255 or 22.59% from 571); Blue value is 192 (75.39% from 255 or 33.63% from 571); Max value from RGB is 250 - color contains mainly: red. Hex color #FA81C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA81C0 is #057E3F. Grayscale: #ACACAC. Windows color (decimal): -360000 or 12616186. OLE color: 12616186.

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

Color convert

RGB 250 129 192 -
CMYK 0 0.48 0.23 0.02
HSL 328.76º 0.92% 0.74% -
HSV(B) 328.76º 0.48% 0.98% -
XYZ 56.79 39.83 54.56 -
YUV 172.36 139.09 183.38 -
System Red Green Blue C M Y K H S L
Decimal 250 129 192 0 0.48 0.23 0.02 328.76 0.92 0.74
Hex FA 81 C0 0 30 17 2 149 5C 4A
Octal 372 201 300 0 60 27 2 511 134 112
Binary 11111010 10000001 11000000 0 110000 10111 10 101001001 1011100 1001010

Color Harmonies of #FA81C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA81C0

Black with #FA81C0

Text Example


Text Example

White with #FA81C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA81C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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