Html Css Color HEX #F2B19E Wax Flower

📋 copy color: '#F2B19E'

red 242 ◦ green 177 ◦ blue 158

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

Shades of Wax Flower #F2B19E

Tints of Wax Flower #F2B19E

RGB

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

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

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

R = 41.94%
G = 30.68%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F2B19E (or 0xF2B19E) is known color: Wax Flower. HEX triplet: F2, B1 and 9E. RGB value is (242,177,158). Sum of RGB (Red+Green+Blue) = 242+177+158=577 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.94% from 577); Green value is 177 (69.53% from 255 or 30.68% from 577); Blue value is 158 (62.11% from 255 or 27.38% from 577); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B19E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2B19E is #0D4E61. Grayscale: #C2C2C2. Windows color (decimal): -872034 or 10400242. OLE color: 10400242.

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

Color convert

RGB 242 177 158 -
CMYK 0 0.27 0.35 0.05
HSL 13.57º 0.76% 0.78% -
HSV(B) 13.57º 0.35% 0.95% -
XYZ 58.51 52.79 39.45 -
YUV 194.27 107.53 162.04 -
System Red Green Blue C M Y K H S L
Decimal 242 177 158 0 0.27 0.35 0.05 13.57 0.76 0.78
Hex F2 B1 9E 0 1B 23 5 E 4C 4E
Octal 362 261 236 0 33 43 5 16 114 116
Binary 11110010 10110001 10011110 0 11011 100011 101 1110 1001100 1001110

Color Harmonies of #F2B19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B19E

Black with #F2B19E

Text Example


Text Example

White with #F2B19E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B19E; }

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

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

background-color css

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

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

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

border-color css

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

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

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