Html Css Color HEX #F2AF9A Wax Flower

📋 copy color: '#F2AF9A'

red 242 ◦ green 175 ◦ blue 154

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

Shades of Wax Flower #F2AF9A

Tints of Wax Flower #F2AF9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 26.97%

R = 42.38%
G = 30.65%
B = 26.97%

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

#F2AF9A (or 0xF2AF9A) is known color: Wax Flower. HEX triplet: F2, AF and 9A. RGB value is (242,175,154). Sum of RGB (Red+Green+Blue) = 242+175+154=571 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.38% from 571); Green value is 175 (68.75% from 255 or 30.65% from 571); Blue value is 154 (60.55% from 255 or 26.97% from 571); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AF9A is #0D5065. Grayscale: #C0C0C0. Windows color (decimal): -872550 or 10137586. OLE color: 10137586.

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

Color convert

RGB 242 175 154 -
CMYK 0 0.28 0.36 0.05
HSL 14.32º 0.77% 0.78% -
HSV(B) 14.32º 0.36% 0.95% -
XYZ 57.78 51.87 37.54 -
YUV 192.64 106.2 163.21 -
System Red Green Blue C M Y K H S L
Decimal 242 175 154 0 0.28 0.36 0.05 14.32 0.77 0.78
Hex F2 AF 9A 0 1C 24 5 E 4D 4E
Octal 362 257 232 0 34 44 5 16 115 116
Binary 11110010 10101111 10011010 0 11100 100100 101 1110 1001101 1001110

Color Harmonies of #F2AF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AF9A

Black with #F2AF9A

Text Example


Text Example

White with #F2AF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AF9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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