Html Css Color HEX #FCCFFF Snuff

📋 copy color: '#FCCFFF'

red 252 ◦ green 207 ◦ blue 255

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

Shades of Snuff #FCCFFF

Tints of Snuff #FCCFFF

RGB

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

 GREEN value IS 207 (81.25% from 255) = 28.99%

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

R = 35.29%
G = 28.99%
B = 35.71%

CMYK

 C value IS 0.01

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FCCFFF (or 0xFCCFFF) is known color: Snuff. HEX triplet: FC, CF and FF. RGB value is (252,207,255). Sum of RGB (Red+Green+Blue) = 252+207+255=714 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.29% from 714); Green value is 207 (81.25% from 255 or 28.99% from 714); Blue value is 255 (100% from 255 or 35.71% from 714); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCCFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCFFF is #033000. Grayscale: #E1E1E1. Windows color (decimal): -208897 or 16764924. OLE color: 16764924.

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

Color convert

RGB 252 207 255 -
CMYK 0.01 0.19 0 0
HSL 296.25º 1% 0.91% -
HSV(B) 296.25º 0.19% 1% -
XYZ 80.51 72.54 104.37 -
YUV 225.93 144.41 146.6 -
System Red Green Blue C M Y K H S L
Decimal 252 207 255 0.01 0.19 0 0 296.25 1 0.91
Hex FC CF FF 1 13 0 0 128 64 5B
Octal 374 317 377 1 23 0 0 450 144 133
Binary 11111100 11001111 11111111 1 10011 0 0 100101000 1100100 1011011

Color Harmonies of #FCCFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCFFF

Black with #FCCFFF

Text Example


Text Example

White with #FCCFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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