#F0BBA5

Color #F0BBA5 Wax Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wax Flower #F0BBA5

Tints of Wax Flower #F0BBA5

Color information

#F0BBA5 (or 0xF0BBA5) is unknown color: approx Wax Flower. HEX triplet: F0, BB and A5. RGB value is (240,187,165). Sum of RGB (Red+Green+Blue) = 240+187+165=592 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.54% from 592); Green value is 187 (73.44% from 255 or 31.59% from 592); Blue value is 165 (64.84% from 255 or 27.87% from 592); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BBA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BBA5 is #0F445A. Grayscale: #C8C8C8. Windows color (decimal): -1000539 or 10861552. OLE color: 10861552.

HSL color Cylindrical-coordinate representation of color #F0BBA5: hue angle of 17.6º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F0BBA5 is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB240187165-
CMYK00.220.310.06
HSL17.6º71.43%79.41%-
HSV(B)17.6º31.25%94.12%-
XYZ60.556.7843.37-
YUV200.34108.06156.29-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.54%
GREEN value IS 187 (73.44% from 255) = 31.59%
BLUE value IS 165 (64.84% from 255) = 27.87%
R=40.54%
G=31.59%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018716500.220.310.0617.671.4379.41
HexF0BBA50161F612474f
Octal36027324502637622107117
Binary111100001011101110100101010110111111101001010001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BBA5; }

 p { color: rgb(240,187,165); }

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

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

 a { background-color: rgb(240,187,165); }

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

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

 span { border-color: rgb(240,187,165); }

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