#FBAC98

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

Shades of Rose Bud #FBAC98

Tints of Rose Bud #FBAC98

Color information

#FBAC98 (or 0xFBAC98) is unknown color: approx Rose Bud. HEX triplet: FB, AC and 98. RGB value is (251,172,152). Sum of RGB (Red+Green+Blue) = 251+172+152=575 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.65% from 575); Green value is 172 (67.58% from 255 or 29.91% from 575); Blue value is 152 (59.77% from 255 or 26.43% from 575); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAC98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAC98 is #045367. Grayscale: #C1C1C1. Windows color (decimal): -283496 or 10005755. OLE color: 10005755.

HSL color Cylindrical-coordinate representation of color #FBAC98: hue angle of 12.12º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FBAC98 is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB251172152-
CMYK00.310.390.02
HSL12.12º92.52%79.02%-
HSV(B)12.12º39.44%98.43%-
XYZ60.252.2836.62-
YUV193.34104.67169.13-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.65%
GREEN value IS 172 (67.58% from 255) = 29.91%
BLUE value IS 152 (59.77% from 255) = 26.43%
R=43.65%
G=29.91%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117215200.310.390.0212.1292.5279.02
HexFBAC9801F272c5d4f
Octal37325423003747214135117
Binary11111011101011001001100001111110011110110010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAC98; }

 p { color: rgb(251,172,152); }

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

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

 a { background-color: rgb(251,172,152); }

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

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

 span { border-color: rgb(251,172,152); }

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