Html Css Color HEX #FDCDF6 Snuff

📋 copy color: '#FDCDF6'

red 253 ◦ green 205 ◦ blue 246

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

Shades of Snuff #FDCDF6

Tints of Snuff #FDCDF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 34.94%

R = 35.94%
G = 29.12%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#FDCDF6 (or 0xFDCDF6) is known color: Snuff. HEX triplet: FD, CD and F6. RGB value is (253,205,246). Sum of RGB (Red+Green+Blue) = 253+205+246=704 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.94% from 704); Green value is 205 (80.47% from 255 or 29.12% from 704); Blue value is 246 (96.48% from 255 or 34.94% from 704); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCDF6 is #023209. Grayscale: #DFDFDF. Windows color (decimal): -143882 or 16174589. OLE color: 16174589.

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

Color convert

RGB 253 205 246 -
CMYK 0 0.19 0.03 0.01
HSL 308.75º 0.92% 0.9% -
HSV(B) 308.75º 0.19% 0.99% -
XYZ 78.97 71.2 96.77 -
YUV 224.03 140.4 148.67 -
System Red Green Blue C M Y K H S L
Decimal 253 205 246 0 0.19 0.03 0.01 308.75 0.92 0.9
Hex FD CD F6 0 13 3 1 135 5C 5A
Octal 375 315 366 0 23 3 1 465 134 132
Binary 11111101 11001101 11110110 0 10011 11 1 100110101 1011100 1011010

Color Harmonies of #FDCDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCDF6

Black with #FDCDF6

Text Example


Text Example

White with #FDCDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCDF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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