Html Css Color HEX #F2B49F Wax Flower

📋 copy color: '#F2B49F'

red 242 ◦ green 180 ◦ blue 159

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

Shades of Wax Flower #F2B49F

Tints of Wax Flower #F2B49F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.98%

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

R = 41.65%
G = 30.98%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F2B49F (or 0xF2B49F) is known color: Wax Flower. HEX triplet: F2, B4 and 9F. RGB value is (242,180,159). Sum of RGB (Red+Green+Blue) = 242+180+159=581 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.65% from 581); Green value is 180 (70.70% from 255 or 30.98% from 581); Blue value is 159 (62.5% from 255 or 27.37% from 581); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B49F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B49F is #0D4B60. Grayscale: #C4C4C4. Windows color (decimal): -871265 or 10466546. OLE color: 10466546.

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

Color convert

RGB 242 180 159 -
CMYK 0 0.26 0.34 0.05
HSL 15.18º 0.76% 0.79% -
HSV(B) 15.18º 0.34% 0.95% -
XYZ 59.2 54.02 40.11 -
YUV 196.14 107.04 160.71 -
System Red Green Blue C M Y K H S L
Decimal 242 180 159 0 0.26 0.34 0.05 15.18 0.76 0.79
Hex F2 B4 9F 0 1A 22 5 F 4C 4F
Octal 362 264 237 0 32 42 5 17 114 117
Binary 11110010 10110100 10011111 0 11010 100010 101 1111 1001100 1001111

Color Harmonies of #F2B49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B49F

Black with #F2B49F

Text Example


Text Example

White with #F2B49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B49F; }

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

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

background-color css

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

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

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

border-color css

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

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

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