Html Css Color HEX #FCCEF2 Snuff

📋 copy color: '#FCCEF2'

red 252 ◦ green 206 ◦ blue 242

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

Shades of Snuff #FCCEF2

Tints of Snuff #FCCEF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 34.57%

R = 36%
G = 29.43%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FCCEF2 (or 0xFCCEF2) is known color: Snuff. HEX triplet: FC, CE and F2. RGB value is (252,206,242). Sum of RGB (Red+Green+Blue) = 252+206+242=700 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36% from 700); Green value is 206 (80.86% from 255 or 29.43% from 700); Blue value is 242 (94.92% from 255 or 34.57% from 700); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCEF2 is #03310D. Grayscale: #DFDFDF. Windows color (decimal): -209166 or 15912700. OLE color: 15912700.

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

Color convert

RGB 252 206 242 -
CMYK 0 0.18 0.04 0.01
HSL 313.04º 0.88% 0.9% -
HSV(B) 313.04º 0.18% 0.99% -
XYZ 78.24 71.25 93.63 -
YUV 223.86 138.24 148.07 -
System Red Green Blue C M Y K H S L
Decimal 252 206 242 0 0.18 0.04 0.01 313.04 0.88 0.9
Hex FC CE F2 0 12 4 1 139 58 5A
Octal 374 316 362 0 22 4 1 471 130 132
Binary 11111100 11001110 11110010 0 10010 100 1 100111001 1011000 1011010

Color Harmonies of #FCCEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCEF2

Black with #FCCEF2

Text Example


Text Example

White with #FCCEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCEF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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