#F6B19F

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

Shades of Wax Flower #F6B19F

Tints of Wax Flower #F6B19F

Color information

#F6B19F (or 0xF6B19F) is unknown color: approx Wax Flower. HEX triplet: F6, B1 and 9F. RGB value is (246,177,159). Sum of RGB (Red+Green+Blue) = 246+177+159=582 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.27% from 582); Green value is 177 (69.53% from 255 or 30.41% from 582); Blue value is 159 (62.5% from 255 or 27.32% from 582); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B19F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6B19F is #094E60. Grayscale: #C3C3C3. Windows color (decimal): -609889 or 10465782. OLE color: 10465782.

HSL color Cylindrical-coordinate representation of color #F6B19F: hue angle of 12.41º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F6B19F is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB246177159-
CMYK00.280.350.04
HSL12.41º82.86%79.41%-
HSV(B)12.41º35.37%96.47%-
XYZ59.9953.5439.97-
YUV195.58107.36163.96-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.27%
GREEN value IS 177 (69.53% from 255) = 30.41%
BLUE value IS 159 (62.5% from 255) = 27.32%
R=42.27%
G=30.41%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617715900.280.350.0412.4182.8679.41
HexF6B19F01C234c534f
Octal36626123703443414123117
Binary111101101011000110011111011100100011100110010100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B19F; }

 p { color: rgb(246,177,159); }

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

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

 a { background-color: rgb(246,177,159); }

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

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

 span { border-color: rgb(246,177,159); }

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