Html Css Color HEX #FA8DC0 Tea Rose

📋 copy color: '#FA8DC0'

red 250 ◦ green 141 ◦ blue 192

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

Shades of Tea Rose #FA8DC0

Tints of Tea Rose #FA8DC0

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.19%

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

R = 42.88%
G = 24.19%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FA8DC0 (or 0xFA8DC0) is known color: Tea Rose. HEX triplet: FA, 8D and C0. RGB value is (250,141,192). Sum of RGB (Red+Green+Blue) = 250+141+192=583 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.88% from 583); Green value is 141 (55.47% from 255 or 24.19% from 583); Blue value is 192 (75.39% from 255 or 32.93% from 583); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8DC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8DC0 is #05723F. Grayscale: #B3B3B3. Windows color (decimal): -356928 or 12619258. OLE color: 12619258.

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

Color convert

RGB 250 141 192 -
CMYK 0 0.44 0.23 0.02
HSL 331.93º 0.92% 0.77% -
HSV(B) 331.93º 0.44% 0.98% -
XYZ 58.46 43.18 55.12 -
YUV 179.41 135.11 178.35 -
System Red Green Blue C M Y K H S L
Decimal 250 141 192 0 0.44 0.23 0.02 331.93 0.92 0.77
Hex FA 8D C0 0 2C 17 2 14C 5C 4D
Octal 372 215 300 0 54 27 2 514 134 115
Binary 11111010 10001101 11000000 0 101100 10111 10 101001100 1011100 1001101

Color Harmonies of #FA8DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8DC0

Black with #FA8DC0

Text Example


Text Example

White with #FA8DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8DC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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