Html Css Color HEX #F2AF99 Wax Flower

📋 copy color: '#F2AF99'

red 242 ◦ green 175 ◦ blue 153

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

Shades of Wax Flower #F2AF99

Tints of Wax Flower #F2AF99

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.7%

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

R = 42.46%
G = 30.7%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F2AF99 (or 0xF2AF99) is known color: Wax Flower. HEX triplet: F2, AF and 99. RGB value is (242,175,153). Sum of RGB (Red+Green+Blue) = 242+175+153=570 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.46% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 153 (60.16% from 255 or 26.84% from 570); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AF99 is #0D5066. Grayscale: #C0C0C0. Windows color (decimal): -872551 or 10072050. OLE color: 10072050.

HSL color Cylindrical-coordinate representation of color #F2AF99: hue angle of 14.83º 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 #F2AF99 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 175 153 -
CMYK 0 0.28 0.37 0.05
HSL 14.83º 0.77% 0.77% -
HSV(B) 14.83º 0.37% 0.95% -
XYZ 57.7 51.84 37.1 -
YUV 192.53 105.7 163.29 -
System Red Green Blue C M Y K H S L
Decimal 242 175 153 0 0.28 0.37 0.05 14.83 0.77 0.77
Hex F2 AF 99 0 1C 25 5 F 4D 4D
Octal 362 257 231 0 34 45 5 17 115 115
Binary 11110010 10101111 10011001 0 11100 100101 101 1111 1001101 1001101

Color Harmonies of #F2AF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AF99

Black with #F2AF99

Text Example


Text Example

White with #F2AF99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AF99; }

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

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

background-color css

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

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

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

border-color css

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

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

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