Html Css Color HEX #FA86BC Tea Rose

📋 copy color: '#FA86BC'

red 250 ◦ green 134 ◦ blue 188

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

Shades of Tea Rose #FA86BC

Tints of Tea Rose #FA86BC

RGB

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

 GREEN value IS 134 (52.73% from 255) = 23.43%

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

R = 43.71%
G = 23.43%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FA86BC (or 0xFA86BC) is known color: Tea Rose. HEX triplet: FA, 86 and BC. RGB value is (250,134,188). Sum of RGB (Red+Green+Blue) = 250+134+188=572 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.71% from 572); Green value is 134 (52.73% from 255 or 23.43% from 572); Blue value is 188 (73.83% from 255 or 32.87% from 572); Max value from RGB is 250 - color contains mainly: red. Hex color #FA86BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA86BC is #057943. Grayscale: #AEAEAE. Windows color (decimal): -358724 or 12355322. OLE color: 12355322.

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

Color convert

RGB 250 134 188 -
CMYK 0 0.46 0.25 0.02
HSL 332.07º 0.92% 0.75% -
HSV(B) 332.07º 0.46% 0.98% -
XYZ 57.03 41.01 52.49 -
YUV 174.84 135.43 181.61 -
System Red Green Blue C M Y K H S L
Decimal 250 134 188 0 0.46 0.25 0.02 332.07 0.92 0.75
Hex FA 86 BC 0 2E 19 2 14C 5C 4B
Octal 372 206 274 0 56 31 2 514 134 113
Binary 11111010 10000110 10111100 0 101110 11001 10 101001100 1011100 1001011

Color Harmonies of #FA86BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA86BC

Black with #FA86BC

Text Example


Text Example

White with #FA86BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA86BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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