Html Css Color HEX #F6BBA5 Wax Flower

📋 copy color: '#F6BBA5'

red 246 ◦ green 187 ◦ blue 165

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

Shades of Wax Flower #F6BBA5

Tints of Wax Flower #F6BBA5

RGB

 RED value IS 246 (96.48% from 255) = 41.14%

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

 BLUE value IS 165 (64.84% from 255) = 27.59%

R = 41.14%
G = 31.27%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.33

 K value IS 0.04

RGB Variations

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

Color information

#F6BBA5 (or 0xF6BBA5) is known color: Wax Flower. HEX triplet: F6, BB and A5. RGB value is (246,187,165). Sum of RGB (Red+Green+Blue) = 246+187+165=598 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.14% from 598); Green value is 187 (73.44% from 255 or 31.27% from 598); Blue value is 165 (64.84% from 255 or 27.59% from 598); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BBA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6BBA5 is #09445A. Grayscale: #CACACA. Windows color (decimal): -607323 or 10861558. OLE color: 10861558.

HSL color Cylindrical-coordinate representation of color #F6BBA5: hue angle of 16.3º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F6BBA5 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 187 165 -
CMYK 0 0.24 0.33 0.04
HSL 16.3º 0.82% 0.81% -
HSV(B) 16.3º 0.33% 0.96% -
XYZ 62.57 57.85 43.47 -
YUV 202.13 107.05 159.29 -
System Red Green Blue C M Y K H S L
Decimal 246 187 165 0 0.24 0.33 0.04 16.3 0.82 0.81
Hex F6 BB A5 0 18 21 4 10 52 51
Octal 366 273 245 0 30 41 4 20 122 121
Binary 11110110 10111011 10100101 0 11000 100001 100 10000 1010010 1010001

Color Harmonies of #F6BBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BBA5

Black with #F6BBA5

Text Example


Text Example

White with #F6BBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BBA5; }

 p { color: rgb(246,187,165); }

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

background-color css

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

 a { background-color: rgb(246,187,165); }

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

border-color css

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

 span { border-color: rgb(246,187,165); }

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