Html Css Color HEX #F5BAF6 Snuff

📋 copy color: '#F5BAF6'

red 245 ◦ green 186 ◦ blue 246

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

Shades of Snuff #F5BAF6

Tints of Snuff #F5BAF6

RGB

 RED value IS 245 (96.09% from 255) = 36.19%

 GREEN value IS 186 (73.05% from 255) = 27.47%

 BLUE value IS 246 (96.48% from 255) = 36.34%

R = 36.19%
G = 27.47%
B = 36.34%

CMYK

 C value IS 0.00

 M value IS 0.24

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F5BAF6 (or 0xF5BAF6) is known color: Snuff. HEX triplet: F5, BA and F6. RGB value is (245,186,246). Sum of RGB (Red+Green+Blue) = 245+186+246=677 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.19% from 677); Green value is 186 (73.05% from 255 or 27.47% from 677); Blue value is 246 (96.48% from 255 or 36.34% from 677); Max value from RGB is 246 - color contains mainly: blue. Hex color #F5BAF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BAF6 is #0A4509. Grayscale: #D2D2D2. Windows color (decimal): -673034 or 16169717. OLE color: 16169717.

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

Color convert

RGB 245 186 246 -
CMYK 0.00 0.24 0 0.04
HSL 299º 0.77% 0.85% -
HSV(B) 299º 0.24% 0.96% -
XYZ 71.85 61.18 95.21 -
YUV 210.48 148.05 152.62 -
System Red Green Blue C M Y K H S L
Decimal 245 186 246 0.00 0.24 0 0.04 299 0.77 0.85
Hex F5 BA F6 0 18 0 4 12B 4D 55
Octal 365 272 366 0 30 0 4 453 115 125
Binary 11110101 10111010 11110110 0 11000 0 100 100101011 1001101 1010101

Color Harmonies of #F5BAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BAF6

Black with #F5BAF6

Text Example


Text Example

White with #F5BAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BAF6; }

 p { color: rgb(245,186,246); }

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

background-color css

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

 a { background-color: rgb(245,186,246); }

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

border-color css

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

 span { border-color: rgb(245,186,246); }

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