Html Css Color HEX #FCCEF5 Snuff

📋 copy color: '#FCCEF5'

red 252 ◦ green 206 ◦ blue 245

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

Shades of Snuff #FCCEF5

Tints of Snuff #FCCEF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 34.85%

R = 35.85%
G = 29.3%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#FCCEF5 (or 0xFCCEF5) is known color: Snuff. HEX triplet: FC, CE and F5. RGB value is (252,206,245). Sum of RGB (Red+Green+Blue) = 252+206+245=703 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.85% from 703); Green value is 206 (80.86% from 255 or 29.30% from 703); Blue value is 245 (96.09% from 255 or 34.85% from 703); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCEF5 is #03310A. Grayscale: #E0E0E0. Windows color (decimal): -209163 or 16109308. OLE color: 16109308.

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

Color convert

RGB 252 206 245 -
CMYK 0 0.18 0.03 0.01
HSL 309.13º 0.88% 0.9% -
HSV(B) 309.13º 0.18% 0.99% -
XYZ 78.7 71.43 96.03 -
YUV 224.2 139.74 147.83 -
System Red Green Blue C M Y K H S L
Decimal 252 206 245 0 0.18 0.03 0.01 309.13 0.88 0.9
Hex FC CE F5 0 12 3 1 135 58 5A
Octal 374 316 365 0 22 3 1 465 130 132
Binary 11111100 11001110 11110101 0 10010 11 1 100110101 1011000 1011010

Color Harmonies of #FCCEF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCEF5

Black with #FCCEF5

Text Example


Text Example

White with #FCCEF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCEF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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