Html Css Color HEX #F7CFEE Snuff

📋 copy color: '#F7CFEE'

red 247 ◦ green 207 ◦ blue 238

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

Shades of Snuff #F7CFEE

Tints of Snuff #F7CFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 34.39%

R = 35.69%
G = 29.91%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F7CFEE (or 0xF7CFEE) is known color: Snuff. HEX triplet: F7, CF and EE. RGB value is (247,207,238). Sum of RGB (Red+Green+Blue) = 247+207+238=692 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.69% from 692); Green value is 207 (81.25% from 255 or 29.91% from 692); Blue value is 238 (93.36% from 255 or 34.39% from 692); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7CFEE is #083011. Grayscale: #DEDEDE. Windows color (decimal): -536594 or 15650807. OLE color: 15650807.

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

Color convert

RGB 247 207 238 -
CMYK 0 0.16 0.04 0.03
HSL 313.5º 0.71% 0.89% -
HSV(B) 313.5º 0.16% 0.97% -
XYZ 76.1 70.57 90.5 -
YUV 222.49 136.75 145.48 -
System Red Green Blue C M Y K H S L
Decimal 247 207 238 0 0.16 0.04 0.03 313.5 0.71 0.89
Hex F7 CF EE 0 10 4 3 13A 47 59
Octal 367 317 356 0 20 4 3 472 107 131
Binary 11110111 11001111 11101110 0 10000 100 11 100111010 1000111 1011001

Color Harmonies of #F7CFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CFEE

Black with #F7CFEE

Text Example


Text Example

White with #F7CFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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