Html Css Color HEX #FCCEFD Snuff

📋 copy color: '#FCCEFD'

red 252 ◦ green 206 ◦ blue 253

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

Shades of Snuff #FCCEFD

Tints of Snuff #FCCEFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 35.58%

R = 35.44%
G = 28.97%
B = 35.58%

CMYK

 C value IS 0.00

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FCCEFD (or 0xFCCEFD) is known color: Snuff. HEX triplet: FC, CE and FD. RGB value is (252,206,253). Sum of RGB (Red+Green+Blue) = 252+206+253=711 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.44% from 711); Green value is 206 (80.86% from 255 or 28.97% from 711); Blue value is 253 (99.22% from 255 or 35.58% from 711); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCCEFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCEFD is #033102. Grayscale: #E0E0E0. Windows color (decimal): -209155 or 16633596. OLE color: 16633596.

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

Color convert

RGB 252 206 253 -
CMYK 0.00 0.19 0 0.01
HSL 298.72º 0.92% 0.9% -
HSV(B) 298.72º 0.19% 0.99% -
XYZ 79.95 71.93 102.6 -
YUV 225.11 143.74 147.18 -
System Red Green Blue C M Y K H S L
Decimal 252 206 253 0.00 0.19 0 0.01 298.72 0.92 0.9
Hex FC CE FD 0 13 0 1 12B 5C 5A
Octal 374 316 375 0 23 0 1 453 134 132
Binary 11111100 11001110 11111101 0 10011 0 1 100101011 1011100 1011010

Color Harmonies of #FCCEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCEFD

Black with #FCCEFD

Text Example


Text Example

White with #FCCEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCEFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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