#F2BAA8

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

Shades of Wax Flower #F2BAA8

Tints of Wax Flower #F2BAA8

Color information

#F2BAA8 (or 0xF2BAA8) is unknown color: approx Wax Flower. HEX triplet: F2, BA and A8. RGB value is (242,186,168). Sum of RGB (Red+Green+Blue) = 242+186+168=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 186 (73.05% from 255 or 31.21% from 596); Blue value is 168 (66.02% from 255 or 28.19% from 596); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BAA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BAA8 is #0D4557. Grayscale: #C8C8C8. Windows color (decimal): -869720 or 11057906. OLE color: 11057906.

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

Color convert

RGB242186168-
CMYK00.230.310.05
HSL14.59º74%80.39%-
HSV(B)14.59º30.58%94.9%-
XYZ61.2456.8244.79-
YUV200.69109.55157.46-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.60%
GREEN value IS 186 (73.05% from 255) = 31.21%
BLUE value IS 168 (66.02% from 255) = 28.19%
R=40.60%
G=31.21%
B=28.19%

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
Decimal24218616800.230.310.0514.597480.39
HexF2BAA80171F5f4a50
Octal36227225002737517112120
Binary11110010101110101010100001011111111101111110010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BAA8; }

 p { color: rgb(242,186,168); }

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

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

 a { background-color: rgb(242,186,168); }

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

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

 span { border-color: rgb(242,186,168); }

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