Html Css Color HEX #FA8AC0 Tea Rose

📋 copy color: '#FA8AC0'

red 250 ◦ green 138 ◦ blue 192

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

Shades of Tea Rose #FA8AC0

Tints of Tea Rose #FA8AC0

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.79%

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

R = 43.1%
G = 23.79%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FA8AC0 (or 0xFA8AC0) is known color: Tea Rose. HEX triplet: FA, 8A and C0. RGB value is (250,138,192). Sum of RGB (Red+Green+Blue) = 250+138+192=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 138 (54.30% from 255 or 23.79% from 580); Blue value is 192 (75.39% from 255 or 33.10% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8AC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8AC0 is #05753F. Grayscale: #B1B1B1. Windows color (decimal): -357696 or 12618490. OLE color: 12618490.

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

Color convert

RGB 250 138 192 -
CMYK 0 0.45 0.23 0.02
HSL 331.07º 0.92% 0.76% -
HSV(B) 331.07º 0.45% 0.98% -
XYZ 58.03 42.31 54.98 -
YUV 177.64 136.11 179.61 -
System Red Green Blue C M Y K H S L
Decimal 250 138 192 0 0.45 0.23 0.02 331.07 0.92 0.76
Hex FA 8A C0 0 2D 17 2 14B 5C 4C
Octal 372 212 300 0 55 27 2 513 134 114
Binary 11111010 10001010 11000000 0 101101 10111 10 101001011 1011100 1001100

Color Harmonies of #FA8AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8AC0

Black with #FA8AC0

Text Example


Text Example

White with #FA8AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8AC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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