Html Css Color HEX #F0B299 Wax Flower

📋 copy color: '#F0B299'

red 240 ◦ green 178 ◦ blue 153

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

Shades of Wax Flower #F0B299

Tints of Wax Flower #F0B299

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.17%

 BLUE value IS 153 (60.16% from 255) = 26.8%

R = 42.03%
G = 31.17%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F0B299 (or 0xF0B299) is known color: Wax Flower. HEX triplet: F0, B2 and 99. RGB value is (240,178,153). Sum of RGB (Red+Green+Blue) = 240+178+153=571 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.03% from 571); Green value is 178 (69.92% from 255 or 31.17% from 571); Blue value is 153 (60.16% from 255 or 26.80% from 571); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B299 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0B299 is #0F4D66. Grayscale: #C1C1C1. Windows color (decimal): -1002855 or 10072816. OLE color: 10072816.

HSL color Cylindrical-coordinate representation of color #F0B299: hue angle of 17.24º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F0B299 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 178 153 -
CMYK 0 0.26 0.36 0.06
HSL 17.24º 0.74% 0.77% -
HSV(B) 17.24º 0.36% 0.94% -
XYZ 57.61 52.67 37.27 -
YUV 193.69 105.04 161.03 -
System Red Green Blue C M Y K H S L
Decimal 240 178 153 0 0.26 0.36 0.06 17.24 0.74 0.77
Hex F0 B2 99 0 1A 24 6 11 4A 4D
Octal 360 262 231 0 32 44 6 21 112 115
Binary 11110000 10110010 10011001 0 11010 100100 110 10001 1001010 1001101

Color Harmonies of #F0B299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B299

Black with #F0B299

Text Example


Text Example

White with #F0B299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B299; }

 p { color: rgb(240,178,153); }

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

background-color css

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

 a { background-color: rgb(240,178,153); }

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

border-color css

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

 span { border-color: rgb(240,178,153); }

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