Html Css Color HEX #F5CFF7 Snuff

📋 copy color: '#F5CFF7'

red 245 ◦ green 207 ◦ blue 247

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

Shades of Snuff #F5CFF7

Tints of Snuff #F5CFF7

RGB

 RED value IS 245 (96.09% from 255) = 35.05%

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

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

R = 35.05%
G = 29.61%
B = 35.34%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F5CFF7 (or 0xF5CFF7) is known color: Snuff. HEX triplet: F5, CF and F7. RGB value is (245,207,247). Sum of RGB (Red+Green+Blue) = 245+207+247=699 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.05% from 699); Green value is 207 (81.25% from 255 or 29.61% from 699); Blue value is 247 (96.88% from 255 or 35.34% from 699); Max value from RGB is 247 - color contains mainly: blue. Hex color #F5CFF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5CFF7 is #0A3008. Grayscale: #DEDEDE. Windows color (decimal): -667657 or 16240629. OLE color: 16240629.

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

Color convert

RGB 245 207 247 -
CMYK 0.01 0.16 0 0.03
HSL 297º 0.71% 0.89% -
HSV(B) 297º 0.16% 0.97% -
XYZ 76.76 70.75 97.61 -
YUV 222.92 141.59 143.75 -
System Red Green Blue C M Y K H S L
Decimal 245 207 247 0.01 0.16 0 0.03 297 0.71 0.89
Hex F5 CF F7 1 10 0 3 129 47 59
Octal 365 317 367 1 20 0 3 451 107 131
Binary 11110101 11001111 11110111 1 10000 0 11 100101001 1000111 1011001

Color Harmonies of #F5CFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CFF7

Black with #F5CFF7

Text Example


Text Example

White with #F5CFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CFF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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