Html Css Color HEX #F7CFF7 Snuff

📋 copy color: '#F7CFF7'

red 247 ◦ green 207 ◦ blue 247

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

Shades of Snuff #F7CFF7

Tints of Snuff #F7CFF7

RGB

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

 GREEN value IS 207 (81.25% from 255) = 29.53%

 BLUE value IS 247 (96.88% from 255) = 35.24%

R = 35.24%
G = 29.53%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F7CFF7 (or 0xF7CFF7) is known color: Snuff. HEX triplet: F7, CF and F7. RGB value is (247,207,247). Sum of RGB (Red+Green+Blue) = 247+207+247=701 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.24% from 701); Green value is 207 (81.25% from 255 or 29.53% from 701); Blue value is 247 (96.88% from 255 or 35.24% from 701); Max value from RGB is 247 - color contains mainly: red, blue. Hex color #F7CFF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7CFF7 is #083008. Grayscale: #DFDFDF. Windows color (decimal): -536585 or 16240631. OLE color: 16240631.

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

Color convert

RGB 247 207 247 -
CMYK 0 0.16 0 0.03
HSL 300º 0.71% 0.89% -
HSV(B) 300º 0.16% 0.97% -
XYZ 77.46 71.12 97.64 -
YUV 223.52 141.25 144.75 -
System Red Green Blue C M Y K H S L
Decimal 247 207 247 0 0.16 0 0.03 300 0.71 0.89
Hex F7 CF F7 0 10 0 3 12C 47 59
Octal 367 317 367 0 20 0 3 454 107 131
Binary 11110111 11001111 11110111 0 10000 0 11 100101100 1000111 1011001

Color Harmonies of #F7CFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CFF7

Black with #F7CFF7

Text Example


Text Example

White with #F7CFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CFF7; }

 p { color: rgb(247,207,247); }

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

background-color css

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

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

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

border-color css

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

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

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