#FB8AD1

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

Shades of Tea Rose #FB8AD1

Tints of Tea Rose #FB8AD1

Color information

#FB8AD1 (or 0xFB8AD1) is unknown color: approx Tea Rose. HEX triplet: FB, 8A and D1. RGB value is (251,138,209). Sum of RGB (Red+Green+Blue) = 251+138+209=598 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.97% from 598); Green value is 138 (54.30% from 255 or 23.08% from 598); Blue value is 209 (82.03% from 255 or 34.95% from 598); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8AD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8AD1 is #04752E. Grayscale: #B3B3B3. Windows color (decimal): -292143 or 13732603. OLE color: 13732603.

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

Color convert

RGB251138209-
CMYK00.450.170.02
HSL322.3º93.39%76.27%-
HSV(B)322.3º45.02%98.43%-
XYZ60.3843.2965.49-
YUV179.88144.44178.73-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.97%
GREEN value IS 138 (54.30% from 255) = 23.08%
BLUE value IS 209 (82.03% from 255) = 34.95%
R=41.97%
G=23.08%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113820900.450.170.02322.393.3976.27
HexFB8AD102D1121425d4c
Octal373212321055212502135114
Binary1111101110001010110100010101101100011010100001010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8AD1; }

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

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

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

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

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

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

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

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