Html Css Color HEX #F6BDF4 Snuff

📋 copy color: '#F6BDF4'

red 246 ◦ green 189 ◦ blue 244

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

Shades of Snuff #F6BDF4

Tints of Snuff #F6BDF4

RGB

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

 GREEN value IS 189 (74.22% from 255) = 27.84%

 BLUE value IS 244 (95.7% from 255) = 35.94%

R = 36.23%
G = 27.84%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.01

 K value IS 0.04

RGB Variations

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

Color information

#F6BDF4 (or 0xF6BDF4) is known color: Snuff. HEX triplet: F6, BD and F4. RGB value is (246,189,244). Sum of RGB (Red+Green+Blue) = 246+189+244=679 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.23% from 679); Green value is 189 (74.22% from 255 or 27.84% from 679); Blue value is 244 (95.70% from 255 or 35.94% from 679); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BDF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6BDF4 is #09420B. Grayscale: #D4D4D4. Windows color (decimal): -606732 or 16039414. OLE color: 16039414.

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

Color convert

RGB 246 189 244 -
CMYK 0 0.23 0.01 0.04
HSL 302.11º 0.76% 0.85% -
HSV(B) 302.11º 0.23% 0.96% -
XYZ 72.53 62.52 93.83 -
YUV 212.31 145.88 152.03 -
System Red Green Blue C M Y K H S L
Decimal 246 189 244 0 0.23 0.01 0.04 302.11 0.76 0.85
Hex F6 BD F4 0 17 1 4 12E 4C 55
Octal 366 275 364 0 27 1 4 456 114 125
Binary 11110110 10111101 11110100 0 10111 1 100 100101110 1001100 1010101

Color Harmonies of #F6BDF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BDF4

Black with #F6BDF4

Text Example


Text Example

White with #F6BDF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BDF4; }

 p { color: rgb(246,189,244); }

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

background-color css

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

 a { background-color: rgb(246,189,244); }

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

border-color css

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

 span { border-color: rgb(246,189,244); }

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