Html Css Color HEX #F7C6FF Snuff

📋 copy color: '#F7C6FF'

red 247 ◦ green 198 ◦ blue 255

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

Shades of Snuff #F7C6FF

Tints of Snuff #F7C6FF

RGB

 RED value IS 247 (96.88% from 255) = 35.29%

 GREEN value IS 198 (77.73% from 255) = 28.29%

 BLUE value IS 255 (100% from 255) = 36.43%

R = 35.29%
G = 28.29%
B = 36.43%

CMYK

 C value IS 0.03

 M value IS 0.22

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F7C6FF (or 0xF7C6FF) is known color: Snuff. HEX triplet: F7, C6 and FF. RGB value is (247,198,255). Sum of RGB (Red+Green+Blue) = 247+198+255=700 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.29% from 700); Green value is 198 (77.73% from 255 or 28.29% from 700); Blue value is 255 (100% from 255 or 36.43% from 700); Max value from RGB is 255 - color contains mainly: blue. Hex color #F7C6FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7C6FF is #083900. Grayscale: #DADADA. Windows color (decimal): -538881 or 16762615. OLE color: 16762615.

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

Color convert

RGB 247 198 255 -
CMYK 0.03 0.22 0 0
HSL 291.58º 1% 0.89% -
HSV(B) 291.58º 0.22% 1% -
XYZ 76.6 67.38 103.58 -
YUV 219.15 148.23 147.87 -
System Red Green Blue C M Y K H S L
Decimal 247 198 255 0.03 0.22 0 0 291.58 1 0.89
Hex F7 C6 FF 3 16 0 0 124 64 59
Octal 367 306 377 3 26 0 0 444 144 131
Binary 11110111 11000110 11111111 11 10110 0 0 100100100 1100100 1011001

Color Harmonies of #F7C6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C6FF

Black with #F7C6FF

Text Example


Text Example

White with #F7C6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C6FF; }

 p { color: rgb(247,198,255); }

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

background-color css

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

 a { background-color: rgb(247,198,255); }

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

border-color css

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

 span { border-color: rgb(247,198,255); }

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