Html Css Color HEX #FA86C4 Tea Rose

📋 copy color: '#FA86C4'

red 250 ◦ green 134 ◦ blue 196

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

Shades of Tea Rose #FA86C4

Tints of Tea Rose #FA86C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 33.79%

R = 43.1%
G = 23.1%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FA86C4 (or 0xFA86C4) is known color: Tea Rose. HEX triplet: FA, 86 and C4. RGB value is (250,134,196). Sum of RGB (Red+Green+Blue) = 250+134+196=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 134 (52.73% from 255 or 23.10% from 580); Blue value is 196 (76.95% from 255 or 33.79% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FA86C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA86C4 is #05793B. Grayscale: #AFAFAF. Windows color (decimal): -358716 or 12879610. OLE color: 12879610.

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

Color convert

RGB 250 134 196 -
CMYK 0 0.46 0.22 0.02
HSL 327.93º 0.92% 0.75% -
HSV(B) 327.93º 0.46% 0.98% -
XYZ 57.91 41.36 57.16 -
YUV 175.75 139.43 180.96 -
System Red Green Blue C M Y K H S L
Decimal 250 134 196 0 0.46 0.22 0.02 327.93 0.92 0.75
Hex FA 86 C4 0 2E 16 2 148 5C 4B
Octal 372 206 304 0 56 26 2 510 134 113
Binary 11111010 10000110 11000100 0 101110 10110 10 101001000 1011100 1001011

Color Harmonies of #FA86C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA86C4

Black with #FA86C4

Text Example


Text Example

White with #FA86C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA86C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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