Html Css Color HEX #FA90D0 Tea Rose

📋 copy color: '#FA90D0'

red 250 ◦ green 144 ◦ blue 208

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

Shades of Tea Rose #FA90D0

Tints of Tea Rose #FA90D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 34.55%

R = 41.53%
G = 23.92%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FA90D0 (or 0xFA90D0) is known color: Tea Rose. HEX triplet: FA, 90 and D0. RGB value is (250,144,208). Sum of RGB (Red+Green+Blue) = 250+144+208=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 144 (56.64% from 255 or 23.92% from 602); Blue value is 208 (81.64% from 255 or 34.55% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FA90D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA90D0 is #056F2F. Grayscale: #B6B6B6. Windows color (decimal): -356144 or 13668602. OLE color: 13668602.

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

Color convert

RGB 250 144 208 -
CMYK 0 0.42 0.17 0.02
HSL 323.77º 0.91% 0.77% -
HSV(B) 323.77º 0.42% 0.98% -
XYZ 60.78 44.82 65.12 -
YUV 182.99 142.12 175.8 -
System Red Green Blue C M Y K H S L
Decimal 250 144 208 0 0.42 0.17 0.02 323.77 0.91 0.77
Hex FA 90 D0 0 2A 11 2 144 5B 4D
Octal 372 220 320 0 52 21 2 504 133 115
Binary 11111010 10010000 11010000 0 101010 10001 10 101000100 1011011 1001101

Color Harmonies of #FA90D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA90D0

Black with #FA90D0

Text Example


Text Example

White with #FA90D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA90D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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