#F4BBA6

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

Shades of Wax Flower #F4BBA6

Tints of Wax Flower #F4BBA6

Color information

#F4BBA6 (or 0xF4BBA6) is unknown color: approx Wax Flower. HEX triplet: F4, BB and A6. RGB value is (244,187,166). Sum of RGB (Red+Green+Blue) = 244+187+166=597 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.87% from 597); Green value is 187 (73.44% from 255 or 31.32% from 597); Blue value is 166 (65.23% from 255 or 27.81% from 597); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BBA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4BBA6 is #0B4459. Grayscale: #C9C9C9. Windows color (decimal): -738394 or 10927092. OLE color: 10927092.

HSL color Cylindrical-coordinate representation of color #F4BBA6: hue angle of 16.15º degrees, saturation: 0.78, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F4BBA6 is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.04.

Color convert

RGB244187166-
CMYK00.230.320.04
HSL16.15º78%80.39%-
HSV(B)16.15º31.97%95.69%-
XYZ61.9657.5343.91-
YUV201.65107.88158.21-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.87%
GREEN value IS 187 (73.44% from 255) = 31.32%
BLUE value IS 166 (65.23% from 255) = 27.81%
R=40.87%
G=31.32%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.32
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24418716600.230.320.0416.157880.39
HexF4BBA6017204104e50
Octal36427324602740420116120
Binary1111010010111011101001100101111000001001000010011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BBA6; }

 p { color: rgb(244,187,166); }

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

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

 a { background-color: rgb(244,187,166); }

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

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

 span { border-color: rgb(244,187,166); }

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