Html Css Color HEX #F7C6FE Snuff

📋 copy color: '#F7C6FE'

red 247 ◦ green 198 ◦ blue 254

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

Shades of Snuff #F7C6FE

Tints of Snuff #F7C6FE

RGB

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

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

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

R = 35.34%
G = 28.33%
B = 36.34%

CMYK

 C value IS 0.03

 M value IS 0.22

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F7C6FE (or 0xF7C6FE) is known color: Snuff. HEX triplet: F7, C6 and FE. RGB value is (247,198,254). Sum of RGB (Red+Green+Blue) = 247+198+254=699 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.34% from 699); Green value is 198 (77.73% from 255 or 28.33% from 699); Blue value is 254 (99.61% from 255 or 36.34% from 699); Max value from RGB is 254 - color contains mainly: blue. Hex color #F7C6FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7C6FE is #083901. Grayscale: #DADADA. Windows color (decimal): -538882 or 16697079. OLE color: 16697079.

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

Color convert

RGB 247 198 254 -
CMYK 0.03 0.22 0 0.00
HSL 292.5º 0.97% 0.89% -
HSV(B) 292.5º 0.22% 1% -
XYZ 76.44 67.32 102.73 -
YUV 219.04 147.73 147.95 -
System Red Green Blue C M Y K H S L
Decimal 247 198 254 0.03 0.22 0 0.00 292.5 0.97 0.89
Hex F7 C6 FE 3 16 0 0 124 61 59
Octal 367 306 376 3 26 0 0 444 141 131
Binary 11110111 11000110 11111110 11 10110 0 0 100100100 1100001 1011001

Color Harmonies of #F7C6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C6FE

Black with #F7C6FE

Text Example


Text Example

White with #F7C6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C6FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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