#F8AB8E

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

Shades of Rose Bud #F8AB8E

Tints of Rose Bud #F8AB8E

Color information

#F8AB8E (or 0xF8AB8E) is unknown color: approx Rose Bud. HEX triplet: F8, AB and 8E. RGB value is (248,171,142). Sum of RGB (Red+Green+Blue) = 248+171+142=561 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.21% from 561); Green value is 171 (67.19% from 255 or 30.48% from 561); Blue value is 142 (55.86% from 255 or 25.31% from 561); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AB8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8AB8E is #075471. Grayscale: #BEBEBE. Windows color (decimal): -480370 or 9350136. OLE color: 9350136.

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

Color convert

RGB248171142-
CMYK00.310.430.03
HSL16.42º88.33%76.47%-
HSV(B)16.42º42.74%97.25%-
XYZ58.1651.0432.38-
YUV190.72100.51168.86-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.21%
GREEN value IS 171 (67.19% from 255) = 30.48%
BLUE value IS 142 (55.86% from 255) = 25.31%
R=44.21%
G=30.48%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817114200.310.430.0316.4288.3376.47
HexF8AB8E01F2B310584c
Octal37025321603753320130114
Binary111110001010101110001110011111101011111000010110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8AB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8AB8E; }

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

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

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

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

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

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

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

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