Html Css Color HEX #FD86C6 Tea Rose

📋 copy color: '#FD86C6'

red 253 ◦ green 134 ◦ blue 198

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

Shades of Tea Rose #FD86C6

Tints of Tea Rose #FD86C6

RGB

 RED value IS 253 (99.22% from 255) = 43.25%

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

 BLUE value IS 198 (77.73% from 255) = 33.85%

R = 43.25%
G = 22.91%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FD86C6 (or 0xFD86C6) is known color: Tea Rose. HEX triplet: FD, 86 and C6. RGB value is (253,134,198). Sum of RGB (Red+Green+Blue) = 253+134+198=585 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.25% from 585); Green value is 134 (52.73% from 255 or 22.91% from 585); Blue value is 198 (77.73% from 255 or 33.85% from 585); Max value from RGB is 253 - color contains mainly: red. Hex color #FD86C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD86C6 is #027939. Grayscale: #B0B0B0. Windows color (decimal): -162106 or 13010685. OLE color: 13010685.

HSL color Cylindrical-coordinate representation of color #FD86C6: hue angle of 327.73º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FD86C6 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 134 198 -
CMYK 0 0.47 0.22 0.01
HSL 327.73º 0.97% 0.76% -
HSV(B) 327.73º 0.47% 0.99% -
XYZ 59.23 42.01 58.41 -
YUV 176.88 139.92 182.3 -
System Red Green Blue C M Y K H S L
Decimal 253 134 198 0 0.47 0.22 0.01 327.73 0.97 0.76
Hex FD 86 C6 0 2F 16 1 148 61 4C
Octal 375 206 306 0 57 26 1 510 141 114
Binary 11111101 10000110 11000110 0 101111 10110 1 101001000 1100001 1001100

Color Harmonies of #FD86C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD86C6

Black with #FD86C6

Text Example


Text Example

White with #FD86C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD86C6; }

 p { color: rgb(253,134,198); }

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

background-color css

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

 a { background-color: rgb(253,134,198); }

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

border-color css

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

 span { border-color: rgb(253,134,198); }

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