#FB85CB

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

Shades of Tea Rose #FB85CB

Tints of Tea Rose #FB85CB

Color information

#FB85CB (or 0xFB85CB) is unknown color: approx Tea Rose. HEX triplet: FB, 85 and CB. RGB value is (251,133,203). Sum of RGB (Red+Green+Blue) = 251+133+203=587 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.76% from 587); Green value is 133 (52.34% from 255 or 22.66% from 587); Blue value is 203 (79.69% from 255 or 34.58% from 587); Max value from RGB is 251 - color contains mainly: red. Hex color #FB85CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB85CB is #047A34. Grayscale: #B0B0B0. Windows color (decimal): -293429 or 13338107. OLE color: 13338107.

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

Color convert

RGB251133203-
CMYK00.470.190.02
HSL324.41º93.65%75.29%-
HSV(B)324.41º47.01%98.43%-
XYZ58.9541.661.42-
YUV176.26143.09181.31-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.76%
GREEN value IS 133 (52.34% from 255) = 22.66%
BLUE value IS 203 (79.69% from 255) = 34.58%
R=42.76%
G=22.66%
B=34.58%

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
Decimal25113320300.470.190.02324.4193.6575.29
HexFB85CB02F1321445e4b
Octal373205313057232504136113
Binary1111101110000101110010110101111100111010100010010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB85CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB85CB; }

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

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

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

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

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

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

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

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