#FB8ECF

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

Shades of Tea Rose #FB8ECF

Tints of Tea Rose #FB8ECF

Color information

#FB8ECF (or 0xFB8ECF) is unknown color: approx Tea Rose. HEX triplet: FB, 8E and CF. RGB value is (251,142,207). Sum of RGB (Red+Green+Blue) = 251+142+207=600 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.83% from 600); Green value is 142 (55.86% from 255 or 23.67% from 600); Blue value is 207 (81.25% from 255 or 34.5% from 600); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8ECF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8ECF is #047130. Grayscale: #B5B5B5. Windows color (decimal): -291121 or 13602555. OLE color: 13602555.

HSL color Cylindrical-coordinate representation of color #FB8ECF: hue angle of 324.22º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FB8ECF is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB251142207-
CMYK00.430.180.02
HSL324.22º93.16%77.06%-
HSV(B)324.22º43.43%98.43%-
XYZ60.7244.3664.39-
YUV182142.11177.21-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.83%
GREEN value IS 142 (55.86% from 255) = 23.67%
BLUE value IS 207 (81.25% from 255) = 34.5%
R=41.83%
G=23.67%
B=34.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114220700.430.180.02324.2293.1677.06
HexFB8ECF02B1221445d4d
Octal373216317053222504135115
Binary1111101110001110110011110101011100101010100010010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8ECF; }

 p { color: rgb(251,142,207); }

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

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

 a { background-color: rgb(251,142,207); }

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

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

 span { border-color: rgb(251,142,207); }

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