Html Css Color HEX #F6C8FC Snuff

📋 copy color: '#F6C8FC'

red 246 ◦ green 200 ◦ blue 252

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

Shades of Snuff #F6C8FC

Tints of Snuff #F6C8FC

RGB

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

 GREEN value IS 200 (78.52% from 255) = 28.65%

 BLUE value IS 252 (98.83% from 255) = 36.1%

R = 35.24%
G = 28.65%
B = 36.1%

CMYK

 C value IS 0.02

 M value IS 0.21

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F6C8FC (or 0xF6C8FC) is known color: Snuff. HEX triplet: F6, C8 and FC. RGB value is (246,200,252). Sum of RGB (Red+Green+Blue) = 246+200+252=698 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.24% from 698); Green value is 200 (78.52% from 255 or 28.65% from 698); Blue value is 252 (98.83% from 255 or 36.10% from 698); Max value from RGB is 252 - color contains mainly: blue. Hex color #F6C8FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6C8FC is #093703. Grayscale: #DBDBDB. Windows color (decimal): -603908 or 16566518. OLE color: 16566518.

HSL color Cylindrical-coordinate representation of color #F6C8FC: hue angle of 293.08º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F6C8FC is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 246 200 252 -
CMYK 0.02 0.21 0 0.01
HSL 293.08º 0.9% 0.89% -
HSV(B) 293.08º 0.21% 0.99% -
XYZ 76.23 67.93 101.19 -
YUV 219.68 146.24 146.77 -
System Red Green Blue C M Y K H S L
Decimal 246 200 252 0.02 0.21 0 0.01 293.08 0.9 0.89
Hex F6 C8 FC 2 15 0 1 125 5A 59
Octal 366 310 374 2 25 0 1 445 132 131
Binary 11110110 11001000 11111100 10 10101 0 1 100100101 1011010 1011001

Color Harmonies of #F6C8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C8FC

Black with #F6C8FC

Text Example


Text Example

White with #F6C8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C8FC; }

 p { color: rgb(246,200,252); }

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

background-color css

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

 a { background-color: rgb(246,200,252); }

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

border-color css

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

 span { border-color: rgb(246,200,252); }

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