Html Css Color HEX #F4B7A4 Wax Flower

📋 copy color: '#F4B7A4'

red 244 ◦ green 183 ◦ blue 164

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

Shades of Wax Flower #F4B7A4

Tints of Wax Flower #F4B7A4

RGB

 RED value IS 244 (95.7% from 255) = 41.29%

 GREEN value IS 183 (71.88% from 255) = 30.96%

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

R = 41.29%
G = 30.96%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.04

RGB Variations

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

Color information

#F4B7A4 (or 0xF4B7A4) is known color: Wax Flower. HEX triplet: F4, B7 and A4. RGB value is (244,183,164). Sum of RGB (Red+Green+Blue) = 244+183+164=591 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.29% from 591); Green value is 183 (71.88% from 255 or 30.96% from 591); Blue value is 164 (64.45% from 255 or 27.75% from 591); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B7A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4B7A4 is #0B485B. Grayscale: #C7C7C7. Windows color (decimal): -739420 or 10794996. OLE color: 10794996.

HSL color Cylindrical-coordinate representation of color #F4B7A4: hue angle of 14.25º degrees, saturation: 0.78, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F4B7A4 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 183 164 -
CMYK 0 0.25 0.33 0.04
HSL 14.25º 0.78% 0.8% -
HSV(B) 14.25º 0.33% 0.96% -
XYZ 60.94 55.78 42.68 -
YUV 199.07 108.21 160.04 -
System Red Green Blue C M Y K H S L
Decimal 244 183 164 0 0.25 0.33 0.04 14.25 0.78 0.8
Hex F4 B7 A4 0 19 21 4 E 4E 50
Octal 364 267 244 0 31 41 4 16 116 120
Binary 11110100 10110111 10100100 0 11001 100001 100 1110 1001110 1010000

Color Harmonies of #F4B7A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4B7A4

Black with #F4B7A4

Text Example


Text Example

White with #F4B7A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4B7A4; }

 p { color: rgb(244,183,164); }

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

background-color css

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

 a { background-color: rgb(244,183,164); }

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

border-color css

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

 span { border-color: rgb(244,183,164); }

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