Html Css Color HEX #FDCEFD Snuff

📋 copy color: '#FDCEFD'

red 253 ◦ green 206 ◦ blue 253

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

Shades of Snuff #FDCEFD

Tints of Snuff #FDCEFD

RGB

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

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

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

R = 35.53%
G = 28.93%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FDCEFD (or 0xFDCEFD) is known color: Snuff. HEX triplet: FD, CE and FD. RGB value is (253,206,253). Sum of RGB (Red+Green+Blue) = 253+206+253=712 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.53% from 712); Green value is 206 (80.86% from 255 or 28.93% from 712); Blue value is 253 (99.22% from 255 or 35.53% from 712); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDCEFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCEFD is #023102. Grayscale: #E1E1E1. Windows color (decimal): -143619 or 16633597. OLE color: 16633597.

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

Color convert

RGB 253 206 253 -
CMYK 0 0.19 0 0.01
HSL 300º 0.92% 0.9% -
HSV(B) 300º 0.19% 0.99% -
XYZ 80.31 72.12 102.62 -
YUV 225.41 143.57 147.68 -
System Red Green Blue C M Y K H S L
Decimal 253 206 253 0 0.19 0 0.01 300 0.92 0.9
Hex FD CE FD 0 13 0 1 12C 5C 5A
Octal 375 316 375 0 23 0 1 454 134 132
Binary 11111101 11001110 11111101 0 10011 0 1 100101100 1011100 1011010

Color Harmonies of #FDCEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCEFD

Black with #FDCEFD

Text Example


Text Example

White with #FDCEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCEFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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