Html Css Color HEX #FA86CF Tea Rose

📋 copy color: '#FA86CF'

red 250 ◦ green 134 ◦ blue 207

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

Shades of Tea Rose #FA86CF

Tints of Tea Rose #FA86CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.03%

R = 42.3%
G = 22.67%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FA86CF (or 0xFA86CF) is known color: Tea Rose. HEX triplet: FA, 86 and CF. RGB value is (250,134,207). Sum of RGB (Red+Green+Blue) = 250+134+207=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 134 (52.73% from 255 or 22.67% from 591); Blue value is 207 (81.25% from 255 or 35.03% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FA86CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA86CF is #057930. Grayscale: #B0B0B0. Windows color (decimal): -358705 or 13600506. OLE color: 13600506.

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

Color convert

RGB 250 134 207 -
CMYK 0 0.46 0.17 0.02
HSL 322.24º 0.92% 0.75% -
HSV(B) 322.24º 0.46% 0.98% -
XYZ 59.21 41.88 63.99 -
YUV 177.01 144.93 180.06 -
System Red Green Blue C M Y K H S L
Decimal 250 134 207 0 0.46 0.17 0.02 322.24 0.92 0.75
Hex FA 86 CF 0 2E 11 2 142 5C 4B
Octal 372 206 317 0 56 21 2 502 134 113
Binary 11111010 10000110 11001111 0 101110 10001 10 101000010 1011100 1001011

Color Harmonies of #FA86CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA86CF

Black with #FA86CF

Text Example


Text Example

White with #FA86CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA86CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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