Html Css Color HEX #FDCDF8 Snuff

📋 copy color: '#FDCDF8'

red 253 ◦ green 205 ◦ blue 248

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

Shades of Snuff #FDCDF8

Tints of Snuff #FDCDF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 35.13%

R = 35.84%
G = 29.04%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FDCDF8 (or 0xFDCDF8) is known color: Snuff. HEX triplet: FD, CD and F8. RGB value is (253,205,248). Sum of RGB (Red+Green+Blue) = 253+205+248=706 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.84% from 706); Green value is 205 (80.47% from 255 or 29.04% from 706); Blue value is 248 (97.27% from 255 or 35.13% from 706); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCDF8 is #023207. Grayscale: #E0E0E0. Windows color (decimal): -143880 or 16305661. OLE color: 16305661.

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

Color convert

RGB 253 205 248 -
CMYK 0 0.19 0.02 0.01
HSL 306.25º 0.92% 0.9% -
HSV(B) 306.25º 0.19% 0.99% -
XYZ 79.28 71.32 98.39 -
YUV 224.25 141.4 148.5 -
System Red Green Blue C M Y K H S L
Decimal 253 205 248 0 0.19 0.02 0.01 306.25 0.92 0.9
Hex FD CD F8 0 13 2 1 132 5C 5A
Octal 375 315 370 0 23 2 1 462 134 132
Binary 11111101 11001101 11111000 0 10011 10 1 100110010 1011100 1011010

Color Harmonies of #FDCDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCDF8

Black with #FDCDF8

Text Example


Text Example

White with #FDCDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCDF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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