Html Css Color HEX #FA92BC Tea Rose

📋 copy color: '#FA92BC'

red 250 ◦ green 146 ◦ blue 188

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

Shades of Tea Rose #FA92BC

Tints of Tea Rose #FA92BC

RGB

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

 GREEN value IS 146 (57.42% from 255) = 25%

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

R = 42.81%
G = 25%
B = 32.19%

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

#FA92BC (or 0xFA92BC) is known color: Tea Rose. HEX triplet: FA, 92 and BC. RGB value is (250,146,188). Sum of RGB (Red+Green+Blue) = 250+146+188=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 146 (57.42% from 255 or 25% from 584); Blue value is 188 (73.83% from 255 or 32.19% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FA92BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA92BC is #056D43. Grayscale: #B5B5B5. Windows color (decimal): -355652 or 12358394. OLE color: 12358394.

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

Color convert

RGB 250 146 188 -
CMYK 0 0.42 0.25 0.02
HSL 335.77º 0.91% 0.78% -
HSV(B) 335.77º 0.42% 0.98% -
XYZ 58.78 44.51 53.07 -
YUV 181.88 131.46 176.58 -
System Red Green Blue C M Y K H S L
Decimal 250 146 188 0 0.42 0.25 0.02 335.77 0.91 0.78
Hex FA 92 BC 0 2A 19 2 150 5B 4E
Octal 372 222 274 0 52 31 2 520 133 116
Binary 11111010 10010010 10111100 0 101010 11001 10 101010000 1011011 1001110

Color Harmonies of #FA92BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA92BC

Black with #FA92BC

Text Example


Text Example

White with #FA92BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA92BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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