Html Css Color HEX #FCCCFE Snuff

📋 copy color: '#FCCCFE'

red 252 ◦ green 204 ◦ blue 254

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

Shades of Snuff #FCCCFE

Tints of Snuff #FCCCFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 35.77%

R = 35.49%
G = 28.73%
B = 35.77%

CMYK

 C value IS 0.01

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FCCCFE (or 0xFCCCFE) is known color: Snuff. HEX triplet: FC, CC and FE. RGB value is (252,204,254). Sum of RGB (Red+Green+Blue) = 252+204+254=710 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.49% from 710); Green value is 204 (80.08% from 255 or 28.73% from 710); Blue value is 254 (99.61% from 255 or 35.77% from 710); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCCCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCCFE is #033301. Grayscale: #DFDFDF. Windows color (decimal): -209666 or 16698620. OLE color: 16698620.

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

Color convert

RGB 252 204 254 -
CMYK 0.01 0.20 0 0.00
HSL 297.6º 0.96% 0.9% -
HSV(B) 297.6º 0.2% 1% -
XYZ 79.63 71.04 103.28 -
YUV 224.05 144.9 147.93 -
System Red Green Blue C M Y K H S L
Decimal 252 204 254 0.01 0.20 0 0.00 297.6 0.96 0.9
Hex FC CC FE 1 14 0 0 12A 60 5A
Octal 374 314 376 1 24 0 0 452 140 132
Binary 11111100 11001100 11111110 1 10100 0 0 100101010 1100000 1011010

Color Harmonies of #FCCCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCCFE

Black with #FCCCFE

Text Example


Text Example

White with #FCCCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCCFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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