Html Css Color HEX #FCCFFC Snuff

📋 copy color: '#FCCFFC'

red 252 ◦ green 207 ◦ blue 252

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

Shades of Snuff #FCCFFC

Tints of Snuff #FCCFFC

RGB

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

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

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

R = 35.44%
G = 29.11%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FCCFFC (or 0xFCCFFC) is known color: Snuff. HEX triplet: FC, CF and FC. RGB value is (252,207,252). Sum of RGB (Red+Green+Blue) = 252+207+252=711 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.44% from 711); Green value is 207 (81.25% from 255 or 29.11% from 711); Blue value is 252 (98.83% from 255 or 35.44% from 711); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCCFFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCFFC is #033003. Grayscale: #E1E1E1. Windows color (decimal): -208900 or 16568316. OLE color: 16568316.

HSL color Cylindrical-coordinate representation of color #FCCFFC: hue angle of 300º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FCCFFC is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 207 252 -
CMYK 0 0.18 0 0.01
HSL 300º 0.88% 0.9% -
HSV(B) 300º 0.18% 0.99% -
XYZ 80.03 72.35 101.84 -
YUV 225.59 142.91 146.84 -
System Red Green Blue C M Y K H S L
Decimal 252 207 252 0 0.18 0 0.01 300 0.88 0.9
Hex FC CF FC 0 12 0 1 12C 58 5A
Octal 374 317 374 0 22 0 1 454 130 132
Binary 11111100 11001111 11111100 0 10010 0 1 100101100 1011000 1011010

Color Harmonies of #FCCFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCFFC

Black with #FCCFFC

Text Example


Text Example

White with #FCCFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCFFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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