Html Css Color HEX #FCCCF6 Snuff

📋 copy color: '#FCCCF6'

red 252 ◦ green 204 ◦ blue 246

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

Shades of Snuff #FCCCF6

Tints of Snuff #FCCCF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 35.04%

R = 35.9%
G = 29.06%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FCCCF6 (or 0xFCCCF6) is known color: Snuff. HEX triplet: FC, CC and F6. RGB value is (252,204,246). Sum of RGB (Red+Green+Blue) = 252+204+246=702 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.90% from 702); Green value is 204 (80.08% from 255 or 29.06% from 702); Blue value is 246 (96.48% from 255 or 35.04% from 702); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCCF6 is #033309. Grayscale: #DFDFDF. Windows color (decimal): -209674 or 16174332. OLE color: 16174332.

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

Color convert

RGB 252 204 246 -
CMYK 0 0.19 0.02 0.01
HSL 307.5º 0.89% 0.89% -
HSV(B) 307.5º 0.19% 0.99% -
XYZ 78.37 70.54 96.67 -
YUV 223.14 140.9 148.58 -
System Red Green Blue C M Y K H S L
Decimal 252 204 246 0 0.19 0.02 0.01 307.5 0.89 0.89
Hex FC CC F6 0 13 2 1 134 59 59
Octal 374 314 366 0 23 2 1 464 131 131
Binary 11111100 11001100 11110110 0 10011 10 1 100110100 1011001 1011001

Color Harmonies of #FCCCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCCF6

Black with #FCCCF6

Text Example


Text Example

White with #FCCCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCCF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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