Html Css Color HEX #F7CCF2 Snuff

📋 copy color: '#F7CCF2'

red 247 ◦ green 204 ◦ blue 242

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

Shades of Snuff #F7CCF2

Tints of Snuff #F7CCF2

RGB

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

 GREEN value IS 204 (80.08% from 255) = 29.44%

 BLUE value IS 242 (94.92% from 255) = 34.92%

R = 35.64%
G = 29.44%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#F7CCF2 (or 0xF7CCF2) is known color: Snuff. HEX triplet: F7, CC and F2. RGB value is (247,204,242). Sum of RGB (Red+Green+Blue) = 247+204+242=693 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.64% from 693); Green value is 204 (80.08% from 255 or 29.44% from 693); Blue value is 242 (94.92% from 255 or 34.92% from 693); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CCF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7CCF2 is #08330D. Grayscale: #DDDDDD. Windows color (decimal): -537358 or 15912183. OLE color: 15912183.

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

Color convert

RGB 247 204 242 -
CMYK 0 0.17 0.02 0.03
HSL 306.98º 0.73% 0.88% -
HSV(B) 306.98º 0.17% 0.97% -
XYZ 75.98 69.37 93.39 -
YUV 221.19 139.75 146.41 -
System Red Green Blue C M Y K H S L
Decimal 247 204 242 0 0.17 0.02 0.03 306.98 0.73 0.88
Hex F7 CC F2 0 11 2 3 133 49 58
Octal 367 314 362 0 21 2 3 463 111 130
Binary 11110111 11001100 11110010 0 10001 10 11 100110011 1001001 1011000

Color Harmonies of #F7CCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CCF2

Black with #F7CCF2

Text Example


Text Example

White with #F7CCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CCF2; }

 p { color: rgb(247,204,242); }

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

background-color css

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

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

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

border-color css

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

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

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