#FB8ACC

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

Shades of Tea Rose #FB8ACC

Tints of Tea Rose #FB8ACC

Color information

#FB8ACC (or 0xFB8ACC) is unknown color: approx Tea Rose. HEX triplet: FB, 8A and CC. RGB value is (251,138,204). Sum of RGB (Red+Green+Blue) = 251+138+204=593 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.33% from 593); Green value is 138 (54.30% from 255 or 23.27% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8ACC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8ACC is #047533. Grayscale: #B3B3B3. Windows color (decimal): -292148 or 13404923. OLE color: 13404923.

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

Color convert

RGB251138204-
CMYK00.450.190.02
HSL324.96º93.39%76.27%-
HSV(B)324.96º45.02%98.43%-
XYZ59.7743.0562.29-
YUV179.31141.94179.13-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.33%
GREEN value IS 138 (54.30% from 255) = 23.27%
BLUE value IS 204 (80.08% from 255) = 34.40%
R=42.33%
G=23.27%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113820400.450.190.02324.9693.3976.27
HexFB8ACC02D1321455d4c
Octal373212314055232505135114
Binary1111101110001010110011000101101100111010100010110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8ACC; }

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

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

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

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

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

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

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

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