#FB86CB

Color #FB86CB Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #FB86CB

Tints of Tea Rose #FB86CB

Color information

#FB86CB (or 0xFB86CB) is unknown color: approx Tea Rose. HEX triplet: FB, 86 and CB. RGB value is (251,134,203). Sum of RGB (Red+Green+Blue) = 251+134+203=588 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.69% from 588); Green value is 134 (52.73% from 255 or 22.79% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 251 - color contains mainly: red. Hex color #FB86CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB86CB is #047934. Grayscale: #B0B0B0. Windows color (decimal): -293173 or 13338363. OLE color: 13338363.

HSL color Cylindrical-coordinate representation of color #FB86CB: hue angle of 324.62º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FB86CB is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB251134203-
CMYK00.470.190.02
HSL324.62º93.6%75.49%-
HSV(B)324.62º46.61%98.43%-
XYZ59.0941.8761.47-
YUV176.85142.76180.89-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.69%
GREEN value IS 134 (52.73% from 255) = 22.79%
BLUE value IS 203 (79.69% from 255) = 34.52%
R=42.69%
G=22.79%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113420300.470.190.02324.6293.675.49
HexFB86CB02F1321455e4b
Octal373206313057232505136113
Binary1111101110000110110010110101111100111010100010110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB86CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB86CB; }

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

 H1.HeaderClassName
 {
   color: #FB86CB;
 }
 .AnyTagClassName
 {
   color: #FB86CB;
 }
</style>
background-color css

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

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

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

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

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

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