Html Css Color HEX #F8B9A4 Wax Flower

📋 copy color: '#F8B9A4'

red 248 ◦ green 185 ◦ blue 164

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

Shades of Wax Flower #F8B9A4

Tints of Wax Flower #F8B9A4

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.99%

 BLUE value IS 164 (64.45% from 255) = 27.47%

R = 41.54%
G = 30.99%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.03

RGB Variations

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

Color information

#F8B9A4 (or 0xF8B9A4) is known color: Wax Flower. HEX triplet: F8, B9 and A4. RGB value is (248,185,164). Sum of RGB (Red+Green+Blue) = 248+185+164=597 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.54% from 597); Green value is 185 (72.66% from 255 or 30.99% from 597); Blue value is 164 (64.45% from 255 or 27.47% from 597); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B9A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8B9A4 is #07465B. Grayscale: #C9C9C9. Windows color (decimal): -476764 or 10795512. OLE color: 10795512.

HSL color Cylindrical-coordinate representation of color #F8B9A4: hue angle of 15º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F8B9A4 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 185 164 -
CMYK 0 0.25 0.34 0.03
HSL 15º 0.86% 0.81% -
HSV(B) 15º 0.34% 0.97% -
XYZ 62.76 57.33 42.88 -
YUV 201.44 106.87 161.21 -
System Red Green Blue C M Y K H S L
Decimal 248 185 164 0 0.25 0.34 0.03 15 0.86 0.81
Hex F8 B9 A4 0 19 22 3 F 56 51
Octal 370 271 244 0 31 42 3 17 126 121
Binary 11111000 10111001 10100100 0 11001 100010 11 1111 1010110 1010001

Color Harmonies of #F8B9A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B9A4

Black with #F8B9A4

Text Example


Text Example

White with #F8B9A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B9A4; }

 p { color: rgb(248,185,164); }

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

background-color css

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

 a { background-color: rgb(248,185,164); }

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

border-color css

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

 span { border-color: rgb(248,185,164); }

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