Html Css Color HEX #F2AF9C Wax Flower

📋 copy color: '#F2AF9C'

red 242 ◦ green 175 ◦ blue 156

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

Shades of Wax Flower #F2AF9C

Tints of Wax Flower #F2AF9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 27.23%

R = 42.23%
G = 30.54%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F2AF9C (or 0xF2AF9C) is known color: Wax Flower. HEX triplet: F2, AF and 9C. RGB value is (242,175,156). Sum of RGB (Red+Green+Blue) = 242+175+156=573 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.23% from 573); Green value is 175 (68.75% from 255 or 30.54% from 573); Blue value is 156 (61.33% from 255 or 27.23% from 573); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AF9C is #0D5063. Grayscale: #C1C1C1. Windows color (decimal): -872548 or 10268658. OLE color: 10268658.

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

Color convert

RGB 242 175 156 -
CMYK 0 0.28 0.36 0.05
HSL 13.26º 0.77% 0.78% -
HSV(B) 13.26º 0.36% 0.95% -
XYZ 57.95 51.94 38.42 -
YUV 192.87 107.2 163.04 -
System Red Green Blue C M Y K H S L
Decimal 242 175 156 0 0.28 0.36 0.05 13.26 0.77 0.78
Hex F2 AF 9C 0 1C 24 5 D 4D 4E
Octal 362 257 234 0 34 44 5 15 115 116
Binary 11110010 10101111 10011100 0 11100 100100 101 1101 1001101 1001110

Color Harmonies of #F2AF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AF9C

Black with #F2AF9C

Text Example


Text Example

White with #F2AF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AF9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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