Html Css Color HEX #FFCCF5 Snuff

📋 copy color: '#FFCCF5'

red 255 ◦ green 204 ◦ blue 245

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

Shades of Snuff #FFCCF5

Tints of Snuff #FFCCF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 34.8%

R = 36.22%
G = 28.98%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#FFCCF5 (or 0xFFCCF5) is known color: Snuff. HEX triplet: FF, CC and F5. RGB value is (255,204,245). Sum of RGB (Red+Green+Blue) = 255+204+245=704 (93% of max value = 765). Red value is 255 (100% from 255 or 36.22% from 704); Green value is 204 (80.08% from 255 or 28.98% from 704); Blue value is 245 (96.09% from 255 or 34.80% from 704); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCCF5 is #00330A. Grayscale: #DFDFDF. Windows color (decimal): -13067 or 16108799. OLE color: 16108799.

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

Color convert

RGB 255 204 245 -
CMYK 0 0.2 0.04 0
HSL 311.76º 1% 0.9% -
HSV(B) 311.76º 0.2% 1% -
XYZ 79.31 71.04 95.92 -
YUV 223.92 139.9 150.17 -
System Red Green Blue C M Y K H S L
Decimal 255 204 245 0 0.2 0.04 0 311.76 1 0.9
Hex FF CC F5 0 14 4 0 138 64 5A
Octal 377 314 365 0 24 4 0 470 144 132
Binary 11111111 11001100 11110101 0 10100 100 0 100111000 1100100 1011010

Color Harmonies of #FFCCF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCCF5

Black with #FFCCF5

Text Example


Text Example

White with #FFCCF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCCF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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