#F2B8A7

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

Shades of Wax Flower #F2B8A7

Tints of Wax Flower #F2B8A7

Color information

#F2B8A7 (or 0xF2B8A7) is unknown color: approx Wax Flower. HEX triplet: F2, B8 and A7. RGB value is (242,184,167). Sum of RGB (Red+Green+Blue) = 242+184+167=593 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.81% from 593); Green value is 184 (72.27% from 255 or 31.03% from 593); Blue value is 167 (65.62% from 255 or 28.16% from 593); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B8A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B8A7 is #0D4758. Grayscale: #C7C7C7. Windows color (decimal): -870233 or 10991858. OLE color: 10991858.

HSL color Cylindrical-coordinate representation of color #F2B8A7: hue angle of 13.6º 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 #F2B8A7 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB242184167-
CMYK00.240.310.05
HSL13.6º74.26%80.2%-
HSV(B)13.6º30.99%94.9%-
XYZ60.7355.9544.16-
YUV199.4109.72158.38-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.81%
GREEN value IS 184 (72.27% from 255) = 31.03%
BLUE value IS 167 (65.62% from 255) = 28.16%
R=40.81%
G=31.03%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218416700.240.310.0513.674.2680.2
HexF2B8A70181F5e4a50
Octal36227024703037516112120
Binary11110010101110001010011101100011111101111010010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B8A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B8A7; }

 p { color: rgb(242,184,167); }

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

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

 a { background-color: rgb(242,184,167); }

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

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

 span { border-color: rgb(242,184,167); }

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