Html Css Color HEX #FDCDFD Snuff

📋 copy color: '#FDCDFD'

red 253 ◦ green 205 ◦ blue 253

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

Shades of Snuff #FDCDFD

Tints of Snuff #FDCDFD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 28.83%

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

R = 35.58%
G = 28.83%
B = 35.58%

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

#FDCDFD (or 0xFDCDFD) is known color: Snuff. HEX triplet: FD, CD and FD. RGB value is (253,205,253). Sum of RGB (Red+Green+Blue) = 253+205+253=711 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.58% from 711); Green value is 205 (80.47% from 255 or 28.83% from 711); Blue value is 253 (99.22% from 255 or 35.58% from 711); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDCDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCDFD is #023202. Grayscale: #E0E0E0. Windows color (decimal): -143875 or 16633341. OLE color: 16633341.

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

Color convert

RGB 253 205 253 -
CMYK 0 0.19 0 0.01
HSL 300º 0.92% 0.9% -
HSV(B) 300º 0.19% 0.99% -
XYZ 80.07 71.64 102.54 -
YUV 224.82 143.9 148.1 -
System Red Green Blue C M Y K H S L
Decimal 253 205 253 0 0.19 0 0.01 300 0.92 0.9
Hex FD CD FD 0 13 0 1 12C 5C 5A
Octal 375 315 375 0 23 0 1 454 134 132
Binary 11111101 11001101 11111101 0 10011 0 1 100101100 1011100 1011010

Color Harmonies of #FDCDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCDFD

Black with #FDCDFD

Text Example


Text Example

White with #FDCDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCDFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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