#FB8AC2

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

Shades of Tea Rose #FB8AC2

Tints of Tea Rose #FB8AC2

Color information

#FB8AC2 (or 0xFB8AC2) is unknown color: approx Tea Rose. HEX triplet: FB, 8A and C2. RGB value is (251,138,194). Sum of RGB (Red+Green+Blue) = 251+138+194=583 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.05% from 583); Green value is 138 (54.30% from 255 or 23.67% from 583); Blue value is 194 (76.17% from 255 or 33.28% from 583); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8AC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8AC2 is #04753D. Grayscale: #B2B2B2. Windows color (decimal): -292158 or 12749563. OLE color: 12749563.

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

Color convert

RGB251138194-
CMYK00.450.230.02
HSL330.27º93.39%76.27%-
HSV(B)330.27º45.02%98.43%-
XYZ58.6142.5856.17-
YUV178.17136.94179.95-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.05%
GREEN value IS 138 (54.30% from 255) = 23.67%
BLUE value IS 194 (76.17% from 255) = 33.28%
R=43.05%
G=23.67%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113819400.450.230.02330.2793.3976.27
HexFB8AC202D17214a5d4c
Octal373212302055272512135114
Binary1111101110001010110000100101101101111010100101010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8AC2; }

 p { color: rgb(251,138,194); }

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

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

 a { background-color: rgb(251,138,194); }

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

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

 span { border-color: rgb(251,138,194); }

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