Html Css Color HEX #FCCEF6 Snuff

📋 copy color: '#FCCEF6'

red 252 ◦ green 206 ◦ blue 246

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

Shades of Snuff #FCCEF6

Tints of Snuff #FCCEF6

RGB

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

 GREEN value IS 206 (80.86% from 255) = 29.26%

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

R = 35.8%
G = 29.26%
B = 34.94%

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

#FCCEF6 (or 0xFCCEF6) is known color: Snuff. HEX triplet: FC, CE and F6. RGB value is (252,206,246). Sum of RGB (Red+Green+Blue) = 252+206+246=704 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.80% from 704); Green value is 206 (80.86% from 255 or 29.26% from 704); Blue value is 246 (96.48% from 255 or 34.94% from 704); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCEF6 is #033109. Grayscale: #E0E0E0. Windows color (decimal): -209162 or 16174844. OLE color: 16174844.

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

Color convert

RGB 252 206 246 -
CMYK 0 0.18 0.02 0.01
HSL 307.83º 0.88% 0.9% -
HSV(B) 307.83º 0.18% 0.99% -
XYZ 78.85 71.49 96.83 -
YUV 224.31 140.24 147.75 -
System Red Green Blue C M Y K H S L
Decimal 252 206 246 0 0.18 0.02 0.01 307.83 0.88 0.9
Hex FC CE F6 0 12 2 1 134 58 5A
Octal 374 316 366 0 22 2 1 464 130 132
Binary 11111100 11001110 11110110 0 10010 10 1 100110100 1011000 1011010

Color Harmonies of #FCCEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCEF6

Black with #FCCEF6

Text Example


Text Example

White with #FCCEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCEF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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