Html Css Color HEX #FCCFF7 Snuff

📋 copy color: '#FCCFF7'

red 252 ◦ green 207 ◦ blue 247

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

Shades of Snuff #FCCFF7

Tints of Snuff #FCCFF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 34.99%

R = 35.69%
G = 29.32%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FCCFF7 (or 0xFCCFF7) is known color: Snuff. HEX triplet: FC, CF and F7. RGB value is (252,207,247). Sum of RGB (Red+Green+Blue) = 252+207+247=706 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.69% from 706); Green value is 207 (81.25% from 255 or 29.32% from 706); Blue value is 247 (96.88% from 255 or 34.99% from 706); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCFF7 is #033008. Grayscale: #E0E0E0. Windows color (decimal): -208905 or 16240636. OLE color: 16240636.

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

Color convert

RGB 252 207 247 -
CMYK 0 0.18 0.02 0.01
HSL 306.67º 0.88% 0.9% -
HSV(B) 306.67º 0.18% 0.99% -
XYZ 79.25 72.04 97.72 -
YUV 225.02 140.41 147.25 -
System Red Green Blue C M Y K H S L
Decimal 252 207 247 0 0.18 0.02 0.01 306.67 0.88 0.9
Hex FC CF F7 0 12 2 1 133 58 5A
Octal 374 317 367 0 22 2 1 463 130 132
Binary 11111100 11001111 11110111 0 10010 10 1 100110011 1011000 1011010

Color Harmonies of #FCCFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCFF7

Black with #FCCFF7

Text Example


Text Example

White with #FCCFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCFF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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