#FB8AC4

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

Shades of Tea Rose #FB8AC4

Tints of Tea Rose #FB8AC4

Color information

#FB8AC4 (or 0xFB8AC4) is unknown color: approx Tea Rose. HEX triplet: FB, 8A and C4. RGB value is (251,138,196). Sum of RGB (Red+Green+Blue) = 251+138+196=585 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.91% from 585); Green value is 138 (54.30% from 255 or 23.59% from 585); Blue value is 196 (76.95% from 255 or 33.50% from 585); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8AC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8AC4 is #04753B. Grayscale: #B2B2B2. Windows color (decimal): -292156 or 12880635. OLE color: 12880635.

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

Color convert

RGB251138196-
CMYK00.450.220.02
HSL329.2º93.39%76.27%-
HSV(B)329.2º45.02%98.43%-
XYZ58.8442.6757.36-
YUV178.4137.94179.78-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.91%
GREEN value IS 138 (54.30% from 255) = 23.59%
BLUE value IS 196 (76.95% from 255) = 33.50%
R=42.91%
G=23.59%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113819600.450.220.02329.293.3976.27
HexFB8AC402D1621495d4c
Octal373212304055262511135114
Binary1111101110001010110001000101101101101010100100110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8AC4; }

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

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

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

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

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

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

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

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