Html Css Color HEX #F6C4FE Snuff

📋 copy color: '#F6C4FE'

red 246 ◦ green 196 ◦ blue 254

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

Shades of Snuff #F6C4FE

Tints of Snuff #F6C4FE

RGB

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

 GREEN value IS 196 (76.95% from 255) = 28.16%

 BLUE value IS 254 (99.61% from 255) = 36.49%

R = 35.34%
G = 28.16%
B = 36.49%

CMYK

 C value IS 0.03

 M value IS 0.23

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F6C4FE (or 0xF6C4FE) is known color: Snuff. HEX triplet: F6, C4 and FE. RGB value is (246,196,254). Sum of RGB (Red+Green+Blue) = 246+196+254=696 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.34% from 696); Green value is 196 (76.95% from 255 or 28.16% from 696); Blue value is 254 (99.61% from 255 or 36.49% from 696); Max value from RGB is 254 - color contains mainly: blue. Hex color #F6C4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6C4FE is #093B01. Grayscale: #D9D9D9. Windows color (decimal): -604930 or 16696566. OLE color: 16696566.

HSL color Cylindrical-coordinate representation of color #F6C4FE: hue angle of 291.72º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F6C4FE is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 246 196 254 -
CMYK 0.03 0.23 0 0.00
HSL 291.72º 0.97% 0.88% -
HSV(B) 291.72º 0.23% 1% -
XYZ 75.64 66.23 102.56 -
YUV 217.56 148.57 148.28 -
System Red Green Blue C M Y K H S L
Decimal 246 196 254 0.03 0.23 0 0.00 291.72 0.97 0.88
Hex F6 C4 FE 3 17 0 0 124 61 58
Octal 366 304 376 3 27 0 0 444 141 130
Binary 11110110 11000100 11111110 11 10111 0 0 100100100 1100001 1011000

Color Harmonies of #F6C4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C4FE

Black with #F6C4FE

Text Example


Text Example

White with #F6C4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C4FE; }

 p { color: rgb(246,196,254); }

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

background-color css

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

 a { background-color: rgb(246,196,254); }

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

border-color css

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

 span { border-color: rgb(246,196,254); }

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