Html Css Color HEX #FA90BF Tea Rose

📋 copy color: '#FA90BF'

red 250 ◦ green 144 ◦ blue 191

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

Shades of Tea Rose #FA90BF

Tints of Tea Rose #FA90BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 32.65%

R = 42.74%
G = 24.62%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FA90BF (or 0xFA90BF) is known color: Tea Rose. HEX triplet: FA, 90 and BF. RGB value is (250,144,191). Sum of RGB (Red+Green+Blue) = 250+144+191=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 144 (56.64% from 255 or 24.62% from 585); Blue value is 191 (75% from 255 or 32.65% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FA90BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA90BF is #056F40. Grayscale: #B4B4B4. Windows color (decimal): -356161 or 12554490. OLE color: 12554490.

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

Color convert

RGB 250 144 191 -
CMYK 0 0.42 0.24 0.02
HSL 333.4º 0.91% 0.77% -
HSV(B) 333.4º 0.42% 0.98% -
XYZ 58.8 44.03 54.69 -
YUV 181.05 133.62 177.18 -
System Red Green Blue C M Y K H S L
Decimal 250 144 191 0 0.42 0.24 0.02 333.4 0.91 0.77
Hex FA 90 BF 0 2A 18 2 14D 5B 4D
Octal 372 220 277 0 52 30 2 515 133 115
Binary 11111010 10010000 10111111 0 101010 11000 10 101001101 1011011 1001101

Color Harmonies of #FA90BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA90BF

Black with #FA90BF

Text Example


Text Example

White with #FA90BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA90BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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