#FB8ACA

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

Shades of Tea Rose #FB8ACA

Tints of Tea Rose #FB8ACA

Color information

#FB8ACA (or 0xFB8ACA) is unknown color: approx Tea Rose. HEX triplet: FB, 8A and CA. RGB value is (251,138,202). Sum of RGB (Red+Green+Blue) = 251+138+202=591 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.47% from 591); Green value is 138 (54.30% from 255 or 23.35% from 591); Blue value is 202 (79.30% from 255 or 34.18% from 591); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8ACA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8ACA is #047535. Grayscale: #B2B2B2. Windows color (decimal): -292150 or 13273851. OLE color: 13273851.

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

Color convert

RGB251138202-
CMYK00.450.200.02
HSL326.02º93.39%76.27%-
HSV(B)326.02º45.02%98.43%-
XYZ59.5342.9561.03-
YUV179.08140.94179.3-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.47%
GREEN value IS 138 (54.30% from 255) = 23.35%
BLUE value IS 202 (79.30% from 255) = 34.18%
R=42.47%
G=23.35%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113820200.450.200.02326.0293.3976.27
HexFB8ACA02D1421465d4c
Octal373212312055242506135114
Binary1111101110001010110010100101101101001010100011010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8ACA; }

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

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

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

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

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

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

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

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