#F8A88E

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

Shades of Rose Bud #F8A88E

Tints of Rose Bud #F8A88E

Color information

#F8A88E (or 0xF8A88E) is unknown color: approx Rose Bud. HEX triplet: F8, A8 and 8E. RGB value is (248,168,142). Sum of RGB (Red+Green+Blue) = 248+168+142=558 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.44% from 558); Green value is 168 (66.02% from 255 or 30.11% from 558); Blue value is 142 (55.86% from 255 or 25.45% from 558); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A88E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A88E is #075771. Grayscale: #BDBDBD. Windows color (decimal): -481138 or 9349368. OLE color: 9349368.

HSL color Cylindrical-coordinate representation of color #F8A88E: hue angle of 14.72º 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 #F8A88E is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB248168142-
CMYK00.320.430.03
HSL14.72º88.33%76.47%-
HSV(B)14.72º42.74%97.25%-
XYZ57.649.9132.19-
YUV188.96101.5170.11-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.44%
GREEN value IS 168 (66.02% from 255) = 30.11%
BLUE value IS 142 (55.86% from 255) = 25.45%
R=44.44%
G=30.11%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816814200.320.430.0314.7288.3376.47
HexF8A88E0202B3f584c
Octal37025021604053317130114
Binary111110001010100010001110010000010101111111110110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A88E; }

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

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

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

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

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

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

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

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