Html Css Color HEX #F7CFEF Snuff

📋 copy color: '#F7CFEF'

red 247 ◦ green 207 ◦ blue 239

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

Shades of Snuff #F7CFEF

Tints of Snuff #F7CFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 34.49%

R = 35.64%
G = 29.87%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#F7CFEF (or 0xF7CFEF) is known color: Snuff. HEX triplet: F7, CF and EF. RGB value is (247,207,239). Sum of RGB (Red+Green+Blue) = 247+207+239=693 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.64% from 693); Green value is 207 (81.25% from 255 or 29.87% from 693); Blue value is 239 (93.75% from 255 or 34.49% from 693); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CFEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7CFEF is #083010. Grayscale: #DEDEDE. Windows color (decimal): -536593 or 15716343. OLE color: 15716343.

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

Color convert

RGB 247 207 239 -
CMYK 0 0.16 0.03 0.03
HSL 312º 0.71% 0.89% -
HSV(B) 312º 0.16% 0.97% -
XYZ 76.25 70.63 91.28 -
YUV 222.61 137.25 145.4 -
System Red Green Blue C M Y K H S L
Decimal 247 207 239 0 0.16 0.03 0.03 312 0.71 0.89
Hex F7 CF EF 0 10 3 3 138 47 59
Octal 367 317 357 0 20 3 3 470 107 131
Binary 11110111 11001111 11101111 0 10000 11 11 100111000 1000111 1011001

Color Harmonies of #F7CFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CFEF

Black with #F7CFEF

Text Example


Text Example

White with #F7CFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CFEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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