Html Css Color HEX #F1CFF7 Snuff

📋 copy color: '#F1CFF7'

red 241 ◦ green 207 ◦ blue 247

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

Shades of Snuff #F1CFF7

Tints of Snuff #F1CFF7

RGB

 RED value IS 241 (94.53% from 255) = 34.68%

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

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

R = 34.68%
G = 29.78%
B = 35.54%

CMYK

 C value IS 0.02

 M value IS 0.16

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F1CFF7 (or 0xF1CFF7) is known color: Snuff. HEX triplet: F1, CF and F7. RGB value is (241,207,247). Sum of RGB (Red+Green+Blue) = 241+207+247=695 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.68% from 695); Green value is 207 (81.25% from 255 or 29.78% from 695); Blue value is 247 (96.88% from 255 or 35.54% from 695); Max value from RGB is 247 - color contains mainly: blue. Hex color #F1CFF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CFF7 is #0E3008. Grayscale: #DDDDDD. Windows color (decimal): -929801 or 16240625. OLE color: 16240625.

HSL color Cylindrical-coordinate representation of color #F1CFF7: hue angle of 291º 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 #F1CFF7 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 241 207 247 -
CMYK 0.02 0.16 0 0.03
HSL 291º 0.71% 0.89% -
HSV(B) 291º 0.16% 0.97% -
XYZ 75.38 70.04 97.54 -
YUV 221.73 142.26 141.75 -
System Red Green Blue C M Y K H S L
Decimal 241 207 247 0.02 0.16 0 0.03 291 0.71 0.89
Hex F1 CF F7 2 10 0 3 123 47 59
Octal 361 317 367 2 20 0 3 443 107 131
Binary 11110001 11001111 11110111 10 10000 0 11 100100011 1000111 1011001

Color Harmonies of #F1CFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CFF7

Black with #F1CFF7

Text Example


Text Example

White with #F1CFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CFF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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