#FB8AD3

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

Shades of Tea Rose #FB8AD3

Tints of Tea Rose #FB8AD3

Color information

#FB8AD3 (or 0xFB8AD3) is unknown color: approx Tea Rose. HEX triplet: FB, 8A and D3. RGB value is (251,138,211). Sum of RGB (Red+Green+Blue) = 251+138+211=600 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.83% from 600); Green value is 138 (54.30% from 255 or 23% from 600); Blue value is 211 (82.81% from 255 or 35.17% from 600); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8AD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8AD3 is #04752C. Grayscale: #B3B3B3. Windows color (decimal): -292141 or 13863675. OLE color: 13863675.

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

Color convert

RGB251138211-
CMYK00.450.160.02
HSL321.24º93.39%76.27%-
HSV(B)321.24º45.02%98.43%-
XYZ60.6343.3966.81-
YUV180.11145.44178.56-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.83%
GREEN value IS 138 (54.30% from 255) = 23%
BLUE value IS 211 (82.81% from 255) = 35.17%
R=41.83%
G=23%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113821100.450.160.02321.2493.3976.27
HexFB8AD302D1021415d4c
Octal373212323055202501135114
Binary1111101110001010110100110101101100001010100000110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8AD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8AD3; }

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

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

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

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

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

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

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

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