Html Css Color HEX #F6C5FE Snuff

📋 copy color: '#F6C5FE'

red 246 ◦ green 197 ◦ blue 254

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

Shades of Snuff #F6C5FE

Tints of Snuff #F6C5FE

RGB

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

 GREEN value IS 197 (77.34% from 255) = 28.26%

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

R = 35.29%
G = 28.26%
B = 36.44%

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

#F6C5FE (or 0xF6C5FE) is known color: Snuff. HEX triplet: F6, C5 and FE. RGB value is (246,197,254). Sum of RGB (Red+Green+Blue) = 246+197+254=697 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.29% from 697); Green value is 197 (77.34% from 255 or 28.26% from 697); Blue value is 254 (99.61% from 255 or 36.44% from 697); Max value from RGB is 254 - color contains mainly: blue. Hex color #F6C5FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6C5FE is #093A01. Grayscale: #D9D9D9. Windows color (decimal): -604674 or 16696822. OLE color: 16696822.

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

Color convert

RGB 246 197 254 -
CMYK 0.03 0.22 0 0.00
HSL 291.58º 0.97% 0.88% -
HSV(B) 291.58º 0.22% 1% -
XYZ 75.86 66.68 102.64 -
YUV 218.15 148.23 147.87 -
System Red Green Blue C M Y K H S L
Decimal 246 197 254 0.03 0.22 0 0.00 291.58 0.97 0.88
Hex F6 C5 FE 3 16 0 0 124 61 58
Octal 366 305 376 3 26 0 0 444 141 130
Binary 11110110 11000101 11111110 11 10110 0 0 100100100 1100001 1011000

Color Harmonies of #F6C5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C5FE

Black with #F6C5FE

Text Example


Text Example

White with #F6C5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C5FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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