Html Css Color HEX #F2B19F Wax Flower

📋 copy color: '#F2B19F'

red 242 ◦ green 177 ◦ blue 159

#F2B19F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wax Flower #F2B19F

Tints of Wax Flower #F2B19F

RGB

 RED value IS 242 (94.92% from 255) = 41.87%

 GREEN value IS 177 (69.53% from 255) = 30.62%

 BLUE value IS 159 (62.5% from 255) = 27.51%

R = 41.87%
G = 30.62%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F2B19F (or 0xF2B19F) is known color: Wax Flower. HEX triplet: F2, B1 and 9F. RGB value is (242,177,159). Sum of RGB (Red+Green+Blue) = 242+177+159=578 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.87% from 578); Green value is 177 (69.53% from 255 or 30.62% from 578); Blue value is 159 (62.5% from 255 or 27.51% from 578); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B19F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2B19F is #0D4E60. Grayscale: #C2C2C2. Windows color (decimal): -872033 or 10465778. OLE color: 10465778.

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

Color convert

RGB 242 177 159 -
CMYK 0 0.27 0.34 0.05
HSL 13.01º 0.76% 0.79% -
HSV(B) 13.01º 0.34% 0.95% -
XYZ 58.6 52.82 39.91 -
YUV 194.38 108.03 161.96 -
System Red Green Blue C M Y K H S L
Decimal 242 177 159 0 0.27 0.34 0.05 13.01 0.76 0.79
Hex F2 B1 9F 0 1B 22 5 D 4C 4F
Octal 362 261 237 0 33 42 5 15 114 117
Binary 11110010 10110001 10011111 0 11011 100010 101 1101 1001100 1001111

Color Harmonies of #F2B19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B19F

Black with #F2B19F

Text Example


Text Example

White with #F2B19F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B19F; }

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

 H1.HeaderClassName
 {
   color: #F2B19F;
 }
 .AnyTagClassName
 {
   color: #F2B19F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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