Html Css Color HEX #F2AD9D Wax Flower

📋 copy color: '#F2AD9D'

red 242 ◦ green 173 ◦ blue 157

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

Shades of Wax Flower #F2AD9D

Tints of Wax Flower #F2AD9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 27.45%

R = 42.31%
G = 30.24%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F2AD9D (or 0xF2AD9D) is known color: Wax Flower. HEX triplet: F2, AD and 9D. RGB value is (242,173,157). Sum of RGB (Red+Green+Blue) = 242+173+157=572 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.31% from 572); Green value is 173 (67.97% from 255 or 30.24% from 572); Blue value is 157 (61.72% from 255 or 27.45% from 572); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AD9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AD9D is #0D5262. Grayscale: #BFBFBF. Windows color (decimal): -873059 or 10333682. OLE color: 10333682.

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

Color convert

RGB 242 173 157 -
CMYK 0 0.29 0.35 0.05
HSL 11.29º 0.77% 0.78% -
HSV(B) 11.29º 0.35% 0.95% -
XYZ 57.65 51.2 38.74 -
YUV 191.81 108.36 163.8 -
System Red Green Blue C M Y K H S L
Decimal 242 173 157 0 0.29 0.35 0.05 11.29 0.77 0.78
Hex F2 AD 9D 0 1D 23 5 B 4D 4E
Octal 362 255 235 0 35 43 5 13 115 116
Binary 11110010 10101101 10011101 0 11101 100011 101 1011 1001101 1001110

Color Harmonies of #F2AD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AD9D

Black with #F2AD9D

Text Example


Text Example

White with #F2AD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AD9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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