Html Css Color HEX #FCCCFF Snuff

📋 copy color: '#FCCCFF'

red 252 ◦ green 204 ◦ blue 255

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

Shades of Snuff #FCCCFF

Tints of Snuff #FCCCFF

RGB

 RED value IS 252 (98.83% from 255) = 35.44%

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

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

R = 35.44%
G = 28.69%
B = 35.86%

CMYK

 C value IS 0.01

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FCCCFF (or 0xFCCCFF) is known color: Snuff. HEX triplet: FC, CC and FF. RGB value is (252,204,255). Sum of RGB (Red+Green+Blue) = 252+204+255=711 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.44% from 711); Green value is 204 (80.08% from 255 or 28.69% from 711); Blue value is 255 (100% from 255 or 35.86% from 711); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCCCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCCFF is #033300. Grayscale: #E0E0E0. Windows color (decimal): -209665 or 16764156. OLE color: 16764156.

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

Color convert

RGB 252 204 255 -
CMYK 0.01 0.2 0 0
HSL 296.47º 1% 0.9% -
HSV(B) 296.47º 0.2% 1% -
XYZ 79.79 71.1 104.13 -
YUV 224.17 145.4 147.85 -
System Red Green Blue C M Y K H S L
Decimal 252 204 255 0.01 0.2 0 0 296.47 1 0.9
Hex FC CC FF 1 14 0 0 128 64 5A
Octal 374 314 377 1 24 0 0 450 144 132
Binary 11111100 11001100 11111111 1 10100 0 0 100101000 1100100 1011010

Color Harmonies of #FCCCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCCFF

Black with #FCCCFF

Text Example


Text Example

White with #FCCCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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