Html Css Color HEX #FA83C1 Tea Rose

📋 copy color: '#FA83C1'

red 250 ◦ green 131 ◦ blue 193

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

Shades of Tea Rose #FA83C1

Tints of Tea Rose #FA83C1

RGB

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

 GREEN value IS 131 (51.56% from 255) = 22.82%

 BLUE value IS 193 (75.78% from 255) = 33.62%

R = 43.55%
G = 22.82%
B = 33.62%

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

#FA83C1 (or 0xFA83C1) is known color: Tea Rose. HEX triplet: FA, 83 and C1. RGB value is (250,131,193). Sum of RGB (Red+Green+Blue) = 250+131+193=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 131 (51.56% from 255 or 22.82% from 574); Blue value is 193 (75.78% from 255 or 33.62% from 574); Max value from RGB is 250 - color contains mainly: red. Hex color #FA83C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA83C1 is #057C3E. Grayscale: #ADADAD. Windows color (decimal): -359487 or 12682234. OLE color: 12682234.

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

Color convert

RGB 250 131 193 -
CMYK 0 0.48 0.23 0.02
HSL 328.74º 0.92% 0.75% -
HSV(B) 328.74º 0.48% 0.98% -
XYZ 57.17 40.41 55.24 -
YUV 173.65 138.92 182.46 -
System Red Green Blue C M Y K H S L
Decimal 250 131 193 0 0.48 0.23 0.02 328.74 0.92 0.75
Hex FA 83 C1 0 30 17 2 149 5C 4B
Octal 372 203 301 0 60 27 2 511 134 113
Binary 11111010 10000011 11000001 0 110000 10111 10 101001001 1011100 1001011

Color Harmonies of #FA83C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA83C1

Black with #FA83C1

Text Example


Text Example

White with #FA83C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA83C1; }

 p { color: rgb(250,131,193); }

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

background-color css

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

 a { background-color: rgb(250,131,193); }

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

border-color css

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

 span { border-color: rgb(250,131,193); }

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