Html Css Color HEX #F2AB93 Wax Flower

📋 copy color: '#F2AB93'

red 242 ◦ green 171 ◦ blue 147

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

Shades of Wax Flower #F2AB93

Tints of Wax Flower #F2AB93

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.54%

 BLUE value IS 147 (57.81% from 255) = 26.25%

R = 43.21%
G = 30.54%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F2AB93 (or 0xF2AB93) is known color: Wax Flower. HEX triplet: F2, AB and 93. RGB value is (242,171,147). Sum of RGB (Red+Green+Blue) = 242+171+147=560 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.21% from 560); Green value is 171 (67.19% from 255 or 30.54% from 560); Blue value is 147 (57.81% from 255 or 26.25% from 560); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AB93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AB93 is #0D546C. Grayscale: #BDBDBD. Windows color (decimal): -873581 or 9677810. OLE color: 9677810.

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

Color convert

RGB 242 171 147 -
CMYK 0 0.29 0.39 0.05
HSL 15.16º 0.79% 0.76% -
HSV(B) 15.16º 0.39% 0.95% -
XYZ 56.45 50.11 34.3 -
YUV 189.49 104.02 165.45 -
System Red Green Blue C M Y K H S L
Decimal 242 171 147 0 0.29 0.39 0.05 15.16 0.79 0.76
Hex F2 AB 93 0 1D 27 5 F 4F 4C
Octal 362 253 223 0 35 47 5 17 117 114
Binary 11110010 10101011 10010011 0 11101 100111 101 1111 1001111 1001100

Color Harmonies of #F2AB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AB93

Black with #F2AB93

Text Example


Text Example

White with #F2AB93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AB93; }

 p { color: rgb(242,171,147); }

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

background-color css

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

 a { background-color: rgb(242,171,147); }

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

border-color css

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

 span { border-color: rgb(242,171,147); }

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