Html Css Color HEX #FF86CB Tea Rose

📋 copy color: '#FF86CB'

red 255 ◦ green 134 ◦ blue 203

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

Shades of Tea Rose #FF86CB

Tints of Tea Rose #FF86CB

RGB

 RED value IS 255 (100% from 255) = 43.07%

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

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

R = 43.07%
G = 22.64%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FF86CB (or 0xFF86CB) is known color: Tea Rose. HEX triplet: FF, 86 and CB. RGB value is (255,134,203). Sum of RGB (Red+Green+Blue) = 255+134+203=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 134 (52.73% from 255 or 22.64% from 592); Blue value is 203 (79.69% from 255 or 34.29% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FF86CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF86CB is #007934. Grayscale: #B1B1B1. Windows color (decimal): -31029 or 13338367. OLE color: 13338367.

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

Color convert

RGB 255 134 203 -
CMYK 0 0.47 0.20 0
HSL 325.79º 1% 0.76% -
HSV(B) 325.79º 0.47% 1% -
XYZ 60.54 42.62 61.54 -
YUV 178.05 142.09 182.89 -
System Red Green Blue C M Y K H S L
Decimal 255 134 203 0 0.47 0.20 0 325.79 1 0.76
Hex FF 86 CB 0 2F 14 0 146 64 4C
Octal 377 206 313 0 57 24 0 506 144 114
Binary 11111111 10000110 11001011 0 101111 10100 0 101000110 1100100 1001100

Color Harmonies of #FF86CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF86CB

Black with #FF86CB

Text Example


Text Example

White with #FF86CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF86CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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