Html Css Color HEX #FA90BA Tea Rose

📋 copy color: '#FA90BA'

red 250 ◦ green 144 ◦ blue 186

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

Shades of Tea Rose #FA90BA

Tints of Tea Rose #FA90BA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 24.83%

 BLUE value IS 186 (73.05% from 255) = 32.07%

R = 43.1%
G = 24.83%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FA90BA (or 0xFA90BA) is known color: Tea Rose. HEX triplet: FA, 90 and BA. RGB value is (250,144,186). Sum of RGB (Red+Green+Blue) = 250+144+186=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 144 (56.64% from 255 or 24.83% from 580); Blue value is 186 (73.05% from 255 or 32.07% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FA90BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA90BA is #056F45. Grayscale: #B4B4B4. Windows color (decimal): -356166 or 12226810. OLE color: 12226810.

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

Color convert

RGB 250 144 186 -
CMYK 0 0.42 0.26 0.02
HSL 336.23º 0.91% 0.77% -
HSV(B) 336.23º 0.42% 0.98% -
XYZ 58.26 43.82 51.84 -
YUV 180.48 131.12 177.58 -
System Red Green Blue C M Y K H S L
Decimal 250 144 186 0 0.42 0.26 0.02 336.23 0.91 0.77
Hex FA 90 BA 0 2A 1A 2 150 5B 4D
Octal 372 220 272 0 52 32 2 520 133 115
Binary 11111010 10010000 10111010 0 101010 11010 10 101010000 1011011 1001101

Color Harmonies of #FA90BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA90BA

Black with #FA90BA

Text Example


Text Example

White with #FA90BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA90BA; }

 p { color: rgb(250,144,186); }

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

background-color css

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

 a { background-color: rgb(250,144,186); }

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

border-color css

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

 span { border-color: rgb(250,144,186); }

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