Html Css Color HEX #FFCCFF Snuff

📋 copy color: '#FFCCFF'

red 255 ◦ green 204 ◦ blue 255

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

Shades of Snuff #FFCCFF

Tints of Snuff #FFCCFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 35.71%

R = 35.71%
G = 28.57%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FFCCFF (or 0xFFCCFF) is known color: Snuff. HEX triplet: FF, CC and FF. RGB value is (255,204,255). Sum of RGB (Red+Green+Blue) = 255+204+255=714 (94% of max value = 765). Red value is 255 (100% from 255 or 35.71% from 714); Green value is 204 (80.08% from 255 or 28.57% from 714); Blue value is 255 (100% from 255 or 35.71% from 714); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFCCFF is a web safe color. Inversed color of #FFCCFF is #003300. Grayscale: #E0E0E0. Windows color (decimal): -13057 or 16764159. OLE color: 16764159.

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

Color convert

RGB 255 204 255 -
CMYK 0 0.2 0 0
HSL 300º 1% 0.9% -
HSV(B) 300º 0.2% 1% -
XYZ 80.88 71.67 104.18 -
YUV 225.06 144.9 149.35 -
System Red Green Blue C M Y K H S L
Decimal 255 204 255 0 0.2 0 0 300 1 0.9
Hex FF CC FF 0 14 0 0 12C 64 5A
Octal 377 314 377 0 24 0 0 454 144 132
Binary 11111111 11001100 11111111 0 10100 0 0 100101100 1100100 1011010

Color Harmonies of #FFCCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCCFF

Black with #FFCCFF

Text Example


Text Example

White with #FFCCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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