Html Css Color HEX #FA7BC9 Tea Rose

📋 copy color: '#FA7BC9'

red 250 ◦ green 123 ◦ blue 201

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

Shades of Tea Rose #FA7BC9

Tints of Tea Rose #FA7BC9

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.43%

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

R = 43.55%
G = 21.43%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FA7BC9 (or 0xFA7BC9) is known color: Tea Rose. HEX triplet: FA, 7B and C9. RGB value is (250,123,201). Sum of RGB (Red+Green+Blue) = 250+123+201=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 123 (48.44% from 255 or 21.43% from 574); Blue value is 201 (78.91% from 255 or 35.02% from 574); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7BC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7BC9 is #058436. Grayscale: #A9A9A9. Windows color (decimal): -361527 or 13204474. OLE color: 13204474.

HSL color Cylindrical-coordinate representation of color #FA7BC9: hue angle of 323.15º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FA7BC9 is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 123 201 -
CMYK 0 0.51 0.20 0.02
HSL 323.15º 0.93% 0.73% -
HSV(B) 323.15º 0.51% 0.98% -
XYZ 57.05 38.71 59.72 -
YUV 169.87 145.58 185.16 -
System Red Green Blue C M Y K H S L
Decimal 250 123 201 0 0.51 0.20 0.02 323.15 0.93 0.73
Hex FA 7B C9 0 33 14 2 143 5D 49
Octal 372 173 311 0 63 24 2 503 135 111
Binary 11111010 1111011 11001001 0 110011 10100 10 101000011 1011101 1001001

Color Harmonies of #FA7BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7BC9

Black with #FA7BC9

Text Example


Text Example

White with #FA7BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7BC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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