Html Css Color HEX #F3B49E Wax Flower

📋 copy color: '#F3B49E'

red 243 ◦ green 180 ◦ blue 158

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

Shades of Wax Flower #F3B49E

Tints of Wax Flower #F3B49E

RGB

 RED value IS 243 (95.31% from 255) = 41.82%

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

 BLUE value IS 158 (62.11% from 255) = 27.19%

R = 41.82%
G = 30.98%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F3B49E (or 0xF3B49E) is known color: Wax Flower. HEX triplet: F3, B4 and 9E. RGB value is (243,180,158). Sum of RGB (Red+Green+Blue) = 243+180+158=581 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.82% from 581); Green value is 180 (70.70% from 255 or 30.98% from 581); Blue value is 158 (62.11% from 255 or 27.19% from 581); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B49E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3B49E is #0C4B61. Grayscale: #C4C4C4. Windows color (decimal): -805730 or 10401011. OLE color: 10401011.

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

Color convert

RGB 243 180 158 -
CMYK 0 0.26 0.35 0.05
HSL 15.53º 0.78% 0.79% -
HSV(B) 15.53º 0.35% 0.95% -
XYZ 59.45 54.17 39.67 -
YUV 196.33 106.37 161.29 -
System Red Green Blue C M Y K H S L
Decimal 243 180 158 0 0.26 0.35 0.05 15.53 0.78 0.79
Hex F3 B4 9E 0 1A 23 5 10 4E 4F
Octal 363 264 236 0 32 43 5 20 116 117
Binary 11110011 10110100 10011110 0 11010 100011 101 10000 1001110 1001111

Color Harmonies of #F3B49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3B49E

Black with #F3B49E

Text Example


Text Example

White with #F3B49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3B49E; }

 p { color: rgb(243,180,158); }

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

background-color css

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

 a { background-color: rgb(243,180,158); }

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

border-color css

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

 span { border-color: rgb(243,180,158); }

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