#F3BBA8

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

Shades of Wax Flower #F3BBA8

Tints of Wax Flower #F3BBA8

Color information

#F3BBA8 (or 0xF3BBA8) is unknown color: approx Wax Flower. HEX triplet: F3, BB and A8. RGB value is (243,187,168). Sum of RGB (Red+Green+Blue) = 243+187+168=598 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.64% from 598); Green value is 187 (73.44% from 255 or 31.27% from 598); Blue value is 168 (66.02% from 255 or 28.09% from 598); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BBA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3BBA8 is #0C4457. Grayscale: #C9C9C9. Windows color (decimal): -803928 or 11058163. OLE color: 11058163.

HSL color Cylindrical-coordinate representation of color #F3BBA8: hue angle of 15.2º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F3BBA8 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB243187168-
CMYK00.230.310.05
HSL15.2º75.76%80.59%-
HSV(B)15.2º30.86%95.29%-
XYZ61.857.4244.87-
YUV201.58109.05157.54-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.64%
GREEN value IS 187 (73.44% from 255) = 31.27%
BLUE value IS 168 (66.02% from 255) = 28.09%
R=40.64%
G=31.27%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318716800.230.310.0515.275.7680.59
HexF3BBA80171F5f4c51
Octal36327325002737517114121
Binary11110011101110111010100001011111111101111110011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BBA8; }

 p { color: rgb(243,187,168); }

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

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

 a { background-color: rgb(243,187,168); }

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

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

 span { border-color: rgb(243,187,168); }

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