#F3BBA4

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

Shades of Wax Flower #F3BBA4

Tints of Wax Flower #F3BBA4

Color information

#F3BBA4 (or 0xF3BBA4) is unknown color: approx Wax Flower. HEX triplet: F3, BB and A4. RGB value is (243,187,164). Sum of RGB (Red+Green+Blue) = 243+187+164=594 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.91% from 594); Green value is 187 (73.44% from 255 or 31.48% from 594); Blue value is 164 (64.45% from 255 or 27.61% from 594); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BBA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3BBA4 is #0C445B. Grayscale: #C9C9C9. Windows color (decimal): -803932 or 10796019. OLE color: 10796019.

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

Color convert

RGB243187164-
CMYK00.230.330.05
HSL17.47º76.7%79.8%-
HSV(B)17.47º32.51%95.29%-
XYZ61.4357.2842.94-
YUV201.12107.05157.87-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.91%
GREEN value IS 187 (73.44% from 255) = 31.48%
BLUE value IS 164 (64.45% from 255) = 27.61%
R=40.91%
G=31.48%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318716400.230.330.0517.4776.779.8
HexF3BBA4017215114d50
Octal36327324402741521115120
Binary1111001110111011101001000101111000011011000110011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BBA4; }

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

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

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

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

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

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

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

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