Html Css Color HEX #FA90BC Tea Rose

📋 copy color: '#FA90BC'

red 250 ◦ green 144 ◦ blue 188

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

Shades of Tea Rose #FA90BC

Tints of Tea Rose #FA90BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 32.3%

R = 42.96%
G = 24.74%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FA90BC (or 0xFA90BC) is known color: Tea Rose. HEX triplet: FA, 90 and BC. RGB value is (250,144,188). Sum of RGB (Red+Green+Blue) = 250+144+188=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 144 (56.64% from 255 or 24.74% from 582); Blue value is 188 (73.83% from 255 or 32.30% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FA90BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA90BC is #056F43. Grayscale: #B4B4B4. Windows color (decimal): -356164 or 12357882. OLE color: 12357882.

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

Color convert

RGB 250 144 188 -
CMYK 0 0.42 0.25 0.02
HSL 335.09º 0.91% 0.77% -
HSV(B) 335.09º 0.42% 0.98% -
XYZ 58.47 43.9 52.97 -
YUV 180.71 132.12 177.42 -
System Red Green Blue C M Y K H S L
Decimal 250 144 188 0 0.42 0.25 0.02 335.09 0.91 0.77
Hex FA 90 BC 0 2A 19 2 14F 5B 4D
Octal 372 220 274 0 52 31 2 517 133 115
Binary 11111010 10010000 10111100 0 101010 11001 10 101001111 1011011 1001101

Color Harmonies of #FA90BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA90BC

Black with #FA90BC

Text Example


Text Example

White with #FA90BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA90BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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