#F6BBA5

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

Shades of Wax Flower #F6BBA5

Tints of Wax Flower #F6BBA5

Color information

#F6BBA5 (or 0xF6BBA5) is unknown color: approx Wax Flower. HEX triplet: F6, BB and A5. RGB value is (246,187,165). Sum of RGB (Red+Green+Blue) = 246+187+165=598 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.14% from 598); Green value is 187 (73.44% from 255 or 31.27% from 598); Blue value is 165 (64.84% from 255 or 27.59% from 598); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BBA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6BBA5 is #09445A. Grayscale: #CACACA. Windows color (decimal): -607323 or 10861558. OLE color: 10861558.

HSL color Cylindrical-coordinate representation of color #F6BBA5: hue angle of 16.3º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F6BBA5 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.04.

Color convert

RGB246187165-
CMYK00.240.330.04
HSL16.3º81.82%80.59%-
HSV(B)16.3º32.93%96.47%-
XYZ62.5757.8543.47-
YUV202.13107.05159.29-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.14%
GREEN value IS 187 (73.44% from 255) = 31.27%
BLUE value IS 165 (64.84% from 255) = 27.59%
R=41.14%
G=31.27%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618716500.240.330.0416.381.8280.59
HexF6BBA5018214105251
Octal36627324503041420122121
Binary1111011010111011101001010110001000011001000010100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BBA5; }

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

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

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

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

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

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

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

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