Html Css Color HEX #F7CDF7 Snuff

📋 copy color: '#F7CDF7'

red 247 ◦ green 205 ◦ blue 247

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

Shades of Snuff #F7CDF7

Tints of Snuff #F7CDF7

RGB

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

 GREEN value IS 205 (80.47% from 255) = 29.33%

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

R = 35.34%
G = 29.33%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F7CDF7 (or 0xF7CDF7) is known color: Snuff. HEX triplet: F7, CD and F7. RGB value is (247,205,247). Sum of RGB (Red+Green+Blue) = 247+205+247=699 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.34% from 699); Green value is 205 (80.47% from 255 or 29.33% from 699); Blue value is 247 (96.88% from 255 or 35.34% from 699); Max value from RGB is 247 - color contains mainly: red, blue. Hex color #F7CDF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7CDF7 is #083208. Grayscale: #DEDEDE. Windows color (decimal): -537097 or 16240119. OLE color: 16240119.

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

Color convert

RGB 247 205 247 -
CMYK 0 0.17 0 0.03
HSL 300º 0.72% 0.89% -
HSV(B) 300º 0.17% 0.97% -
XYZ 76.98 70.15 97.48 -
YUV 222.35 141.91 145.58 -
System Red Green Blue C M Y K H S L
Decimal 247 205 247 0 0.17 0 0.03 300 0.72 0.89
Hex F7 CD F7 0 11 0 3 12C 48 59
Octal 367 315 367 0 21 0 3 454 110 131
Binary 11110111 11001101 11110111 0 10001 0 11 100101100 1001000 1011001

Color Harmonies of #F7CDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CDF7

Black with #F7CDF7

Text Example


Text Example

White with #F7CDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CDF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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