Html Css Color HEX #F4BBA7 Wax Flower

📋 copy color: '#F4BBA7'

red 244 ◦ green 187 ◦ blue 167

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

Shades of Wax Flower #F4BBA7

Tints of Wax Flower #F4BBA7

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.27%

 BLUE value IS 167 (65.63% from 255) = 27.93%

R = 40.8%
G = 31.27%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.04

RGB Variations

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

Color information

#F4BBA7 (or 0xF4BBA7) is known color: Wax Flower. HEX triplet: F4, BB and A7. RGB value is (244,187,167). Sum of RGB (Red+Green+Blue) = 244+187+167=598 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.80% from 598); Green value is 187 (73.44% from 255 or 31.27% from 598); Blue value is 167 (65.62% from 255 or 27.93% from 598); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BBA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4BBA7 is #0B4458. Grayscale: #C9C9C9. Windows color (decimal): -738393 or 10992628. OLE color: 10992628.

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

Color convert

RGB 244 187 167 -
CMYK 0 0.23 0.32 0.04
HSL 15.58º 0.78% 0.81% -
HSV(B) 15.58º 0.32% 0.96% -
XYZ 62.05 57.56 44.4 -
YUV 201.76 108.38 158.13 -
System Red Green Blue C M Y K H S L
Decimal 244 187 167 0 0.23 0.32 0.04 15.58 0.78 0.81
Hex F4 BB A7 0 17 20 4 10 4E 51
Octal 364 273 247 0 27 40 4 20 116 121
Binary 11110100 10111011 10100111 0 10111 100000 100 10000 1001110 1010001

Color Harmonies of #F4BBA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BBA7

Black with #F4BBA7

Text Example


Text Example

White with #F4BBA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BBA7; }

 p { color: rgb(244,187,167); }

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

background-color css

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

 a { background-color: rgb(244,187,167); }

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

border-color css

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

 span { border-color: rgb(244,187,167); }

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