Html Css Color HEX #FA83C9 Tea Rose

📋 copy color: '#FA83C9'

red 250 ◦ green 131 ◦ blue 201

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

Shades of Tea Rose #FA83C9

Tints of Tea Rose #FA83C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 34.54%

R = 42.96%
G = 22.51%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FA83C9 (or 0xFA83C9) is known color: Tea Rose. HEX triplet: FA, 83 and C9. RGB value is (250,131,201). Sum of RGB (Red+Green+Blue) = 250+131+201=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 131 (51.56% from 255 or 22.51% from 582); Blue value is 201 (78.91% from 255 or 34.54% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FA83C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA83C9 is #057C36. Grayscale: #AEAEAE. Windows color (decimal): -359479 or 13206522. OLE color: 13206522.

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

Color convert

RGB 250 131 201 -
CMYK 0 0.48 0.20 0.02
HSL 324.71º 0.92% 0.75% -
HSV(B) 324.71º 0.48% 0.98% -
XYZ 58.08 40.77 60.07 -
YUV 174.56 142.92 181.81 -
System Red Green Blue C M Y K H S L
Decimal 250 131 201 0 0.48 0.20 0.02 324.71 0.92 0.75
Hex FA 83 C9 0 30 14 2 145 5C 4B
Octal 372 203 311 0 60 24 2 505 134 113
Binary 11111010 10000011 11001001 0 110000 10100 10 101000101 1011100 1001011

Color Harmonies of #FA83C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA83C9

Black with #FA83C9

Text Example


Text Example

White with #FA83C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA83C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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