#FB8CB8

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

Shades of Tea Rose #FB8CB8

Tints of Tea Rose #FB8CB8

Color information

#FB8CB8 (or 0xFB8CB8) is unknown color: approx Tea Rose. HEX triplet: FB, 8C and B8. RGB value is (251,140,184). Sum of RGB (Red+Green+Blue) = 251+140+184=575 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.65% from 575); Green value is 140 (55.08% from 255 or 24.35% from 575); Blue value is 184 (72.27% from 255 or 32% from 575); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8CB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8CB8 is #047347. Grayscale: #B2B2B2. Windows color (decimal): -291656 or 12094715. OLE color: 12094715.

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

Color convert

RGB251140184-
CMYK00.440.270.02
HSL336.22º93.28%76.67%-
HSV(B)336.22º44.22%98.43%-
XYZ57.8142.7350.55-
YUV178.2131.27179.92-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.65%
GREEN value IS 140 (55.08% from 255) = 24.35%
BLUE value IS 184 (72.27% from 255) = 32%
R=43.65%
G=24.35%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114018400.440.270.02336.2293.2876.67
HexFB8CB802C1B21505d4d
Octal373214270054332520135115
Binary1111101110001100101110000101100110111010101000010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8CB8; }

 p { color: rgb(251,140,184); }

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

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

 a { background-color: rgb(251,140,184); }

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

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

 span { border-color: rgb(251,140,184); }

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