Html Css Color HEX #F8B29E Wax Flower

📋 copy color: '#F8B29E'

red 248 ◦ green 178 ◦ blue 158

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

Shades of Wax Flower #F8B29E

Tints of Wax Flower #F8B29E

RGB

 RED value IS 248 (97.27% from 255) = 42.47%

 GREEN value IS 178 (69.92% from 255) = 30.48%

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

R = 42.47%
G = 30.48%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.36

 K value IS 0.03

RGB Variations

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

Color information

#F8B29E (or 0xF8B29E) is known color: Wax Flower. HEX triplet: F8, B2 and 9E. RGB value is (248,178,158). Sum of RGB (Red+Green+Blue) = 248+178+158=584 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.47% from 584); Green value is 178 (69.92% from 255 or 30.48% from 584); Blue value is 158 (62.11% from 255 or 27.05% from 584); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B29E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8B29E is #074D61. Grayscale: #C4C4C4. Windows color (decimal): -478562 or 10400504. OLE color: 10400504.

HSL color Cylindrical-coordinate representation of color #F8B29E: hue angle of 13.33º degrees, saturation: 0.87, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F8B29E is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 178 158 -
CMYK 0 0.28 0.36 0.03
HSL 13.33º 0.87% 0.8% -
HSV(B) 13.33º 0.36% 0.97% -
XYZ 60.8 54.27 39.62 -
YUV 196.65 106.19 164.63 -
System Red Green Blue C M Y K H S L
Decimal 248 178 158 0 0.28 0.36 0.03 13.33 0.87 0.8
Hex F8 B2 9E 0 1C 24 3 D 57 50
Octal 370 262 236 0 34 44 3 15 127 120
Binary 11111000 10110010 10011110 0 11100 100100 11 1101 1010111 1010000

Color Harmonies of #F8B29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B29E

Black with #F8B29E

Text Example


Text Example

White with #F8B29E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B29E; }

 p { color: rgb(248,178,158); }

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

background-color css

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

 a { background-color: rgb(248,178,158); }

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

border-color css

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

 span { border-color: rgb(248,178,158); }

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