#FC8FBB

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

Shades of Tea Rose #FC8FBB

Tints of Tea Rose #FC8FBB

Color information

#FC8FBB (or 0xFC8FBB) is unknown color: approx Tea Rose. HEX triplet: FC, 8F and BB. RGB value is (252,143,187). Sum of RGB (Red+Green+Blue) = 252+143+187=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 143 (56.25% from 255 or 24.57% from 582); Blue value is 187 (73.44% from 255 or 32.13% from 582); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8FBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8FBB is #037044. Grayscale: #B4B4B4. Windows color (decimal): -225349 or 12292092. OLE color: 12292092.

HSL color Cylindrical-coordinate representation of color #FC8FBB: hue angle of 335.78º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FC8FBB is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB252143187-
CMYK00.430.260.01
HSL335.78º94.78%77.45%-
HSV(B)335.78º43.25%98.82%-
XYZ58.9443.9352.39-
YUV180.61131.61178.92-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.30%
GREEN value IS 143 (56.25% from 255) = 24.57%
BLUE value IS 187 (73.44% from 255) = 32.13%
R=43.30%
G=24.57%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214318700.430.260.01335.7894.7877.45
HexFC8FBB02B1A11505f4d
Octal374217273053321520137115
Binary111111001000111110111011010101111010110101000010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8FBB; }

 p { color: rgb(252,143,187); }

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

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

 a { background-color: rgb(252,143,187); }

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

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

 span { border-color: rgb(252,143,187); }

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