Html Css Color HEX #F2BBA6 Wax Flower

📋 copy color: '#F2BBA6'

red 242 ◦ green 187 ◦ blue 166

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

Shades of Wax Flower #F2BBA6

Tints of Wax Flower #F2BBA6

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.43%

 BLUE value IS 166 (65.23% from 255) = 27.9%

R = 40.67%
G = 31.43%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F2BBA6 (or 0xF2BBA6) is known color: Wax Flower. HEX triplet: F2, BB and A6. RGB value is (242,187,166). Sum of RGB (Red+Green+Blue) = 242+187+166=595 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.67% from 595); Green value is 187 (73.44% from 255 or 31.43% from 595); Blue value is 166 (65.23% from 255 or 27.90% from 595); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BBA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BBA6 is #0D4459. Grayscale: #C9C9C9. Windows color (decimal): -869466 or 10927090. OLE color: 10927090.

HSL color Cylindrical-coordinate representation of color #F2BBA6: hue angle of 16.58º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F2BBA6 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 187 166 -
CMYK 0 0.23 0.31 0.05
HSL 16.58º 0.75% 0.8% -
HSV(B) 16.58º 0.31% 0.95% -
XYZ 61.27 57.17 43.88 -
YUV 201.05 108.22 157.21 -
System Red Green Blue C M Y K H S L
Decimal 242 187 166 0 0.23 0.31 0.05 16.58 0.75 0.8
Hex F2 BB A6 0 17 1F 5 11 4B 50
Octal 362 273 246 0 27 37 5 21 113 120
Binary 11110010 10111011 10100110 0 10111 11111 101 10001 1001011 1010000

Color Harmonies of #F2BBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BBA6

Black with #F2BBA6

Text Example


Text Example

White with #F2BBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BBA6; }

 p { color: rgb(242,187,166); }

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

background-color css

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

 a { background-color: rgb(242,187,166); }

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

border-color css

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

 span { border-color: rgb(242,187,166); }

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