#F8A88D

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

Shades of Rose Bud #F8A88D

Tints of Rose Bud #F8A88D

Color information

#F8A88D (or 0xF8A88D) is unknown color: approx Rose Bud. HEX triplet: F8, A8 and 8D. RGB value is (248,168,141). Sum of RGB (Red+Green+Blue) = 248+168+141=557 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.52% from 557); Green value is 168 (66.02% from 255 or 30.16% from 557); Blue value is 141 (55.47% from 255 or 25.31% from 557); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A88D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A88D is #075772. Grayscale: #BDBDBD. Windows color (decimal): -481139 or 9283832. OLE color: 9283832.

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

Color convert

RGB248168141-
CMYK00.320.430.03
HSL15.14º88.43%76.27%-
HSV(B)15.14º43.15%97.25%-
XYZ57.5249.8831.8-
YUV188.84101170.2-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.52%
GREEN value IS 168 (66.02% from 255) = 30.16%
BLUE value IS 141 (55.47% from 255) = 25.31%
R=44.52%
G=30.16%
B=25.31%

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
Decimal24816814100.320.430.0315.1488.4376.27
HexF8A88D0202B3f584c
Octal37025021504053317130114
Binary111110001010100010001101010000010101111111110110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A88D; }

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

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

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

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

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

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

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

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