Html Css Color HEX #F0AB99 Wax Flower

📋 copy color: '#F0AB99'

red 240 ◦ green 171 ◦ blue 153

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

Shades of Wax Flower #F0AB99

Tints of Wax Flower #F0AB99

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.32%

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

R = 42.55%
G = 30.32%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F0AB99 (or 0xF0AB99) is known color: Wax Flower. HEX triplet: F0, AB and 99. RGB value is (240,171,153). Sum of RGB (Red+Green+Blue) = 240+171+153=564 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.55% from 564); Green value is 171 (67.19% from 255 or 30.32% from 564); Blue value is 153 (60.16% from 255 or 27.13% from 564); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AB99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AB99 is #0F5466. Grayscale: #BDBDBD. Windows color (decimal): -1004647 or 10071024. OLE color: 10071024.

HSL color Cylindrical-coordinate representation of color #F0AB99: hue angle of 12.41º 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 #F0AB99 is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 171 153 -
CMYK 0 0.29 0.36 0.06
HSL 12.41º 0.74% 0.77% -
HSV(B) 12.41º 0.36% 0.94% -
XYZ 56.25 49.95 36.81 -
YUV 189.58 107.36 163.96 -
System Red Green Blue C M Y K H S L
Decimal 240 171 153 0 0.29 0.36 0.06 12.41 0.74 0.77
Hex F0 AB 99 0 1D 24 6 C 4A 4D
Octal 360 253 231 0 35 44 6 14 112 115
Binary 11110000 10101011 10011001 0 11101 100100 110 1100 1001010 1001101

Color Harmonies of #F0AB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AB99

Black with #F0AB99

Text Example


Text Example

White with #F0AB99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AB99; }

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

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

background-color css

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

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

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

border-color css

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

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

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