#FB8AC1

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

Shades of Tea Rose #FB8AC1

Tints of Tea Rose #FB8AC1

Color information

#FB8AC1 (or 0xFB8AC1) is unknown color: approx Tea Rose. HEX triplet: FB, 8A and C1. RGB value is (251,138,193). Sum of RGB (Red+Green+Blue) = 251+138+193=582 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.13% from 582); Green value is 138 (54.30% from 255 or 23.71% from 582); Blue value is 193 (75.78% from 255 or 33.16% from 582); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8AC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8AC1 is #04753E. Grayscale: #B1B1B1. Windows color (decimal): -292159 or 12684027. OLE color: 12684027.

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

Color convert

RGB251138193-
CMYK00.450.230.02
HSL330.8º93.39%76.27%-
HSV(B)330.8º45.02%98.43%-
XYZ58.542.5455.58-
YUV178.06136.44180.03-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.13%
GREEN value IS 138 (54.30% from 255) = 23.71%
BLUE value IS 193 (75.78% from 255) = 33.16%
R=43.13%
G=23.71%
B=33.16%

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
Decimal25113819300.450.230.02330.893.3976.27
HexFB8AC102D17214b5d4c
Octal373212301055272513135114
Binary1111101110001010110000010101101101111010100101110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8AC1; }

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

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

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

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

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

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

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

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