Html Css Color HEX #F6C8FD Snuff

📋 copy color: '#F6C8FD'

red 246 ◦ green 200 ◦ blue 253

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

Shades of Snuff #F6C8FD

Tints of Snuff #F6C8FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 36.19%

R = 35.19%
G = 28.61%
B = 36.19%

CMYK

 C value IS 0.03

 M value IS 0.21

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F6C8FD (or 0xF6C8FD) is known color: Snuff. HEX triplet: F6, C8 and FD. RGB value is (246,200,253). Sum of RGB (Red+Green+Blue) = 246+200+253=699 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.19% from 699); Green value is 200 (78.52% from 255 or 28.61% from 699); Blue value is 253 (99.22% from 255 or 36.19% from 699); Max value from RGB is 253 - color contains mainly: blue. Hex color #F6C8FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6C8FD is #093702. Grayscale: #DBDBDB. Windows color (decimal): -603907 or 16632054. OLE color: 16632054.

HSL color Cylindrical-coordinate representation of color #F6C8FD: hue angle of 292.08º degrees, saturation: 0.93, 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 #F6C8FD is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 246 200 253 -
CMYK 0.03 0.21 0 0.01
HSL 292.08º 0.93% 0.89% -
HSV(B) 292.08º 0.21% 0.99% -
XYZ 76.39 67.99 102.03 -
YUV 219.8 146.74 146.69 -
System Red Green Blue C M Y K H S L
Decimal 246 200 253 0.03 0.21 0 0.01 292.08 0.93 0.89
Hex F6 C8 FD 3 15 0 1 124 5D 59
Octal 366 310 375 3 25 0 1 444 135 131
Binary 11110110 11001000 11111101 11 10101 0 1 100100100 1011101 1011001

Color Harmonies of #F6C8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C8FD

Black with #F6C8FD

Text Example


Text Example

White with #F6C8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C8FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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