Html Css Color HEX #FA86CC Tea Rose

📋 copy color: '#FA86CC'

red 250 ◦ green 134 ◦ blue 204

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

Shades of Tea Rose #FA86CC

Tints of Tea Rose #FA86CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.69%

R = 42.52%
G = 22.79%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FA86CC (or 0xFA86CC) is known color: Tea Rose. HEX triplet: FA, 86 and CC. RGB value is (250,134,204). Sum of RGB (Red+Green+Blue) = 250+134+204=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 134 (52.73% from 255 or 22.79% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FA86CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA86CC is #057933. Grayscale: #B0B0B0. Windows color (decimal): -358708 or 13403898. OLE color: 13403898.

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

Color convert

RGB 250 134 204 -
CMYK 0 0.46 0.18 0.02
HSL 323.79º 0.92% 0.75% -
HSV(B) 323.79º 0.46% 0.98% -
XYZ 58.85 41.73 62.08 -
YUV 176.66 143.43 180.31 -
System Red Green Blue C M Y K H S L
Decimal 250 134 204 0 0.46 0.18 0.02 323.79 0.92 0.75
Hex FA 86 CC 0 2E 12 2 144 5C 4B
Octal 372 206 314 0 56 22 2 504 134 113
Binary 11111010 10000110 11001100 0 101110 10010 10 101000100 1011100 1001011

Color Harmonies of #FA86CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA86CC

Black with #FA86CC

Text Example


Text Example

White with #FA86CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA86CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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