#FB82CE

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

Shades of Tea Rose #FB82CE

Tints of Tea Rose #FB82CE

Color information

#FB82CE (or 0xFB82CE) is unknown color: approx Tea Rose. HEX triplet: FB, 82 and CE. RGB value is (251,130,206). Sum of RGB (Red+Green+Blue) = 251+130+206=587 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.76% from 587); Green value is 130 (51.17% from 255 or 22.15% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 251 - color contains mainly: red. Hex color #FB82CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB82CE is #047D31. Grayscale: #AEAEAE. Windows color (decimal): -294194 or 13533947. OLE color: 13533947.

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

Color convert

RGB251130206-
CMYK00.480.180.02
HSL322.31º93.8%74.71%-
HSV(B)322.31º48.21%98.43%-
XYZ58.9140.9363.19-
YUV174.84145.59182.32-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.76%
GREEN value IS 130 (51.17% from 255) = 22.15%
BLUE value IS 206 (80.86% from 255) = 35.09%
R=42.76%
G=22.15%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113020600.480.180.02322.3193.874.71
HexFB82CE0301221425e4b
Octal373202316060222502136113
Binary1111101110000010110011100110000100101010100001010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB82CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB82CE; }

 p { color: rgb(251,130,206); }

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

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

 a { background-color: rgb(251,130,206); }

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

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

 span { border-color: rgb(251,130,206); }

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