Html Css Color HEX #F1BBA4 Wax Flower

📋 copy color: '#F1BBA4'

red 241 ◦ green 187 ◦ blue 164

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

Shades of Wax Flower #F1BBA4

Tints of Wax Flower #F1BBA4

RGB

 RED value IS 241 (94.53% from 255) = 40.71%

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

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

R = 40.71%
G = 31.59%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F1BBA4 (or 0xF1BBA4) is known color: Wax Flower. HEX triplet: F1, BB and A4. RGB value is (241,187,164). Sum of RGB (Red+Green+Blue) = 241+187+164=592 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.71% from 592); Green value is 187 (73.44% from 255 or 31.59% from 592); Blue value is 164 (64.45% from 255 or 27.70% from 592); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BBA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BBA4 is #0E445B. Grayscale: #C8C8C8. Windows color (decimal): -935004 or 10796017. OLE color: 10796017.

HSL color Cylindrical-coordinate representation of color #F1BBA4: hue angle of 17.92º degrees, saturation: 0.73, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F1BBA4 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 187 164 -
CMYK 0 0.22 0.32 0.05
HSL 17.92º 0.73% 0.79% -
HSV(B) 17.92º 0.32% 0.95% -
XYZ 60.75 56.92 42.91 -
YUV 200.52 107.39 156.87 -
System Red Green Blue C M Y K H S L
Decimal 241 187 164 0 0.22 0.32 0.05 17.92 0.73 0.79
Hex F1 BB A4 0 16 20 5 12 49 4F
Octal 361 273 244 0 26 40 5 22 111 117
Binary 11110001 10111011 10100100 0 10110 100000 101 10010 1001001 1001111

Color Harmonies of #F1BBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BBA4

Black with #F1BBA4

Text Example


Text Example

White with #F1BBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BBA4; }

 p { color: rgb(241,187,164); }

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

background-color css

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

 a { background-color: rgb(241,187,164); }

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

border-color css

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

 span { border-color: rgb(241,187,164); }

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