Html Css Color HEX #F2AD99 Wax Flower

📋 copy color: '#F2AD99'

red 242 ◦ green 173 ◦ blue 153

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

Shades of Wax Flower #F2AD99

Tints of Wax Flower #F2AD99

RGB

 RED value IS 242 (94.92% from 255) = 42.61%

 GREEN value IS 173 (67.97% from 255) = 30.46%

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

R = 42.61%
G = 30.46%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F2AD99 (or 0xF2AD99) is known color: Wax Flower. HEX triplet: F2, AD and 99. RGB value is (242,173,153). Sum of RGB (Red+Green+Blue) = 242+173+153=568 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.61% from 568); Green value is 173 (67.97% from 255 or 30.46% from 568); Blue value is 153 (60.16% from 255 or 26.94% from 568); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AD99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AD99 is #0D5266. Grayscale: #BFBFBF. Windows color (decimal): -873063 or 10071538. OLE color: 10071538.

HSL color Cylindrical-coordinate representation of color #F2AD99: hue angle of 13.48º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F2AD99 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 173 153 -
CMYK 0 0.29 0.37 0.05
HSL 13.48º 0.77% 0.77% -
HSV(B) 13.48º 0.37% 0.95% -
XYZ 57.31 51.06 36.97 -
YUV 191.35 106.36 164.13 -
System Red Green Blue C M Y K H S L
Decimal 242 173 153 0 0.29 0.37 0.05 13.48 0.77 0.77
Hex F2 AD 99 0 1D 25 5 D 4D 4D
Octal 362 255 231 0 35 45 5 15 115 115
Binary 11110010 10101101 10011001 0 11101 100101 101 1101 1001101 1001101

Color Harmonies of #F2AD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AD99

Black with #F2AD99

Text Example


Text Example

White with #F2AD99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AD99; }

 p { color: rgb(242,173,153); }

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

background-color css

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

 a { background-color: rgb(242,173,153); }

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

border-color css

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

 span { border-color: rgb(242,173,153); }

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