Html Css Color HEX #FFCCF7 Snuff

📋 copy color: '#FFCCF7'

red 255 ◦ green 204 ◦ blue 247

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

Shades of Snuff #FFCCF7

Tints of Snuff #FFCCF7

RGB

 RED value IS 255 (100% from 255) = 36.12%

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

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

R = 36.12%
G = 28.9%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.03

 K value IS 0

RGB Variations

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

Color information

#FFCCF7 (or 0xFFCCF7) is known color: Snuff. HEX triplet: FF, CC and F7. RGB value is (255,204,247). Sum of RGB (Red+Green+Blue) = 255+204+247=706 (93% of max value = 765). Red value is 255 (100% from 255 or 36.12% from 706); Green value is 204 (80.08% from 255 or 28.90% from 706); Blue value is 247 (96.88% from 255 or 34.99% from 706); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCCF7 is #003308. Grayscale: #E0E0E0. Windows color (decimal): -13065 or 16239871. OLE color: 16239871.

HSL color Cylindrical-coordinate representation of color #FFCCF7: hue angle of 309.41º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFCCF7 is Cyan = 0, Magento = 0.2, Yellow = 0.03 and Black (K on CMYK) = 0.

Color convert

RGB 255 204 247 -
CMYK 0 0.2 0.03 0
HSL 309.41º 1% 0.9% -
HSV(B) 309.41º 0.2% 1% -
XYZ 79.62 71.16 97.53 -
YUV 224.15 140.9 150 -
System Red Green Blue C M Y K H S L
Decimal 255 204 247 0 0.2 0.03 0 309.41 1 0.9
Hex FF CC F7 0 14 3 0 135 64 5A
Octal 377 314 367 0 24 3 0 465 144 132
Binary 11111111 11001100 11110111 0 10100 11 0 100110101 1100100 1011010

Color Harmonies of #FFCCF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCCF7

Black with #FFCCF7

Text Example


Text Example

White with #FFCCF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCCF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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