Html Css Color HEX #FD86CB Tea Rose

📋 copy color: '#FD86CB'

red 253 ◦ green 134 ◦ blue 203

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

Shades of Tea Rose #FD86CB

Tints of Tea Rose #FD86CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34.41%

R = 42.88%
G = 22.71%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FD86CB (or 0xFD86CB) is known color: Tea Rose. HEX triplet: FD, 86 and CB. RGB value is (253,134,203). Sum of RGB (Red+Green+Blue) = 253+134+203=590 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.88% from 590); Green value is 134 (52.73% from 255 or 22.71% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 253 - color contains mainly: red. Hex color #FD86CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD86CB is #027934. Grayscale: #B1B1B1. Windows color (decimal): -162101 or 13338365. OLE color: 13338365.

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

Color convert

RGB 253 134 203 -
CMYK 0 0.47 0.20 0.01
HSL 325.21º 0.97% 0.76% -
HSV(B) 325.21º 0.47% 0.99% -
XYZ 59.81 42.24 61.5 -
YUV 177.45 142.42 181.89 -
System Red Green Blue C M Y K H S L
Decimal 253 134 203 0 0.47 0.20 0.01 325.21 0.97 0.76
Hex FD 86 CB 0 2F 14 1 145 61 4C
Octal 375 206 313 0 57 24 1 505 141 114
Binary 11111101 10000110 11001011 0 101111 10100 1 101000101 1100001 1001100

Color Harmonies of #FD86CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD86CB

Black with #FD86CB

Text Example


Text Example

White with #FD86CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD86CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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