#F8AB9B

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

Shades of Rose Bud #F8AB9B

Tints of Rose Bud #F8AB9B

Color information

#F8AB9B (or 0xF8AB9B) is unknown color: approx Rose Bud. HEX triplet: F8, AB and 9B. RGB value is (248,171,155). Sum of RGB (Red+Green+Blue) = 248+171+155=574 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.21% from 574); Green value is 171 (67.19% from 255 or 29.79% from 574); Blue value is 155 (60.94% from 255 or 27.00% from 574); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AB9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8AB9B is #075464. Grayscale: #C0C0C0. Windows color (decimal): -480357 or 10202104. OLE color: 10202104.

HSL color Cylindrical-coordinate representation of color #F8AB9B: hue angle of 10.32º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F8AB9B is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.03.

Color convert

RGB248171155-
CMYK00.310.380.03
HSL10.32º86.92%79.02%-
HSV(B)10.32º37.5%97.25%-
XYZ59.1951.4537.82-
YUV192.2107.01167.8-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.21%
GREEN value IS 171 (67.19% from 255) = 29.79%
BLUE value IS 155 (60.94% from 255) = 27.00%
R=43.21%
G=29.79%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817115500.310.380.0310.3286.9279.02
HexF8AB9B01F263a574f
Octal37025323303746312127117
Binary11111000101010111001101101111110011011101010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8AB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8AB9B; }

 p { color: rgb(248,171,155); }

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

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

 a { background-color: rgb(248,171,155); }

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

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

 span { border-color: rgb(248,171,155); }

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