Html Css Color HEX #FDCEFC Snuff

📋 copy color: '#FDCEFC'

red 253 ◦ green 206 ◦ blue 252

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

Shades of Snuff #FDCEFC

Tints of Snuff #FDCEFC

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

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

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

Color convert

RGB 253 206 252 -
CMYK 0 0.19 0.00 0.01
HSL 301.28º 0.92% 0.9% -
HSV(B) 301.28º 0.19% 0.99% -
XYZ 80.15 72.05 101.78 -
YUV 225.3 143.07 147.76 -
System Red Green Blue C M Y K H S L
Decimal 253 206 252 0 0.19 0.00 0.01 301.28 0.92 0.9
Hex FD CE FC 0 13 0 1 12D 5C 5A
Octal 375 316 374 0 23 0 1 455 134 132
Binary 11111101 11001110 11111100 0 10011 0 1 100101101 1011100 1011010

Color Harmonies of #FDCEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCEFC

Black with #FDCEFC

Text Example


Text Example

White with #FDCEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCEFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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