#FB8DC8

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

Shades of Tea Rose #FB8DC8

Tints of Tea Rose #FB8DC8

Color information

#FB8DC8 (or 0xFB8DC8) is unknown color: approx Tea Rose. HEX triplet: FB, 8D and C8. RGB value is (251,141,200). Sum of RGB (Red+Green+Blue) = 251+141+200=592 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.40% from 592); Green value is 141 (55.47% from 255 or 23.82% from 592); Blue value is 200 (78.52% from 255 or 33.78% from 592); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8DC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8DC8 is #047237. Grayscale: #B4B4B4. Windows color (decimal): -291384 or 13143547. OLE color: 13143547.

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

Color convert

RGB251141200-
CMYK00.440.200.02
HSL327.82º93.22%76.86%-
HSV(B)327.82º43.82%98.43%-
XYZ59.7343.7359.94-
YUV180.62138.94178.2-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.40%
GREEN value IS 141 (55.47% from 255) = 23.82%
BLUE value IS 200 (78.52% from 255) = 33.78%
R=42.40%
G=23.82%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114120000.440.200.02327.8293.2276.86
HexFB8DC802C1421485d4d
Octal373215310054242510135115
Binary1111101110001101110010000101100101001010100100010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8DC8; }

 p { color: rgb(251,141,200); }

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

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

 a { background-color: rgb(251,141,200); }

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

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

 span { border-color: rgb(251,141,200); }

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