Html Css Color HEX #FD86CE Tea Rose

📋 copy color: '#FD86CE'

red 253 ◦ green 134 ◦ blue 206

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

Shades of Tea Rose #FD86CE

Tints of Tea Rose #FD86CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.74%

R = 42.66%
G = 22.6%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FD86CE (or 0xFD86CE) is known color: Tea Rose. HEX triplet: FD, 86 and CE. RGB value is (253,134,206). Sum of RGB (Red+Green+Blue) = 253+134+206=593 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.66% from 593); Green value is 134 (52.73% from 255 or 22.60% from 593); Blue value is 206 (80.86% from 255 or 34.74% from 593); Max value from RGB is 253 - color contains mainly: red. Hex color #FD86CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD86CE is #027931. Grayscale: #B1B1B1. Windows color (decimal): -162098 or 13534973. OLE color: 13534973.

HSL color Cylindrical-coordinate representation of color #FD86CE: hue angle of 323.7º 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 #FD86CE is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 134 206 -
CMYK 0 0.47 0.19 0.01
HSL 323.7º 0.97% 0.76% -
HSV(B) 323.7º 0.47% 0.99% -
XYZ 60.17 42.39 63.4 -
YUV 177.79 143.92 181.65 -
System Red Green Blue C M Y K H S L
Decimal 253 134 206 0 0.47 0.19 0.01 323.7 0.97 0.76
Hex FD 86 CE 0 2F 13 1 144 61 4C
Octal 375 206 316 0 57 23 1 504 141 114
Binary 11111101 10000110 11001110 0 101111 10011 1 101000100 1100001 1001100

Color Harmonies of #FD86CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD86CE

Black with #FD86CE

Text Example


Text Example

White with #FD86CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD86CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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