Html Css Color HEX #F0BAA5 Wax Flower

📋 copy color: '#F0BAA5'

red 240 ◦ green 186 ◦ blue 165

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

Shades of Wax Flower #F0BAA5

Tints of Wax Flower #F0BAA5

RGB

 RED value IS 240 (94.14% from 255) = 40.61%

 GREEN value IS 186 (73.05% from 255) = 31.47%

 BLUE value IS 165 (64.84% from 255) = 27.92%

R = 40.61%
G = 31.47%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#F0BAA5 (or 0xF0BAA5) is known color: Wax Flower. HEX triplet: F0, BA and A5. RGB value is (240,186,165). Sum of RGB (Red+Green+Blue) = 240+186+165=591 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.61% from 591); Green value is 186 (73.05% from 255 or 31.47% from 591); Blue value is 165 (64.84% from 255 or 27.92% from 591); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BAA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BAA5 is #0F455A. Grayscale: #C7C7C7. Windows color (decimal): -1000795 or 10861296. OLE color: 10861296.

HSL color Cylindrical-coordinate representation of color #F0BAA5: hue angle of 16.8º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F0BAA5 is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 186 165 -
CMYK 0 0.22 0.31 0.06
HSL 16.8º 0.71% 0.79% -
HSV(B) 16.8º 0.31% 0.94% -
XYZ 60.29 56.36 43.3 -
YUV 199.75 108.39 156.71 -
System Red Green Blue C M Y K H S L
Decimal 240 186 165 0 0.22 0.31 0.06 16.8 0.71 0.79
Hex F0 BA A5 0 16 1F 6 11 47 4F
Octal 360 272 245 0 26 37 6 21 107 117
Binary 11110000 10111010 10100101 0 10110 11111 110 10001 1000111 1001111

Color Harmonies of #F0BAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BAA5

Black with #F0BAA5

Text Example


Text Example

White with #F0BAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BAA5; }

 p { color: rgb(240,186,165); }

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

background-color css

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

 a { background-color: rgb(240,186,165); }

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

border-color css

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

 span { border-color: rgb(240,186,165); }

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