Html Css Color HEX #FDCDF9 Snuff

📋 copy color: '#FDCDF9'

red 253 ◦ green 205 ◦ blue 249

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

Shades of Snuff #FDCDF9

Tints of Snuff #FDCDF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 35.22%

R = 35.79%
G = 29%
B = 35.22%

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

#FDCDF9 (or 0xFDCDF9) is known color: Snuff. HEX triplet: FD, CD and F9. RGB value is (253,205,249). Sum of RGB (Red+Green+Blue) = 253+205+249=707 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.79% from 707); Green value is 205 (80.47% from 255 or 29.00% from 707); Blue value is 249 (97.66% from 255 or 35.22% from 707); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCDF9 is #023206. Grayscale: #E0E0E0. Windows color (decimal): -143879 or 16371197. OLE color: 16371197.

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

Color convert

RGB 253 205 249 -
CMYK 0 0.19 0.02 0.01
HSL 305º 0.92% 0.9% -
HSV(B) 305º 0.19% 0.99% -
XYZ 79.44 71.38 99.21 -
YUV 224.37 141.9 148.42 -
System Red Green Blue C M Y K H S L
Decimal 253 205 249 0 0.19 0.02 0.01 305 0.92 0.9
Hex FD CD F9 0 13 2 1 131 5C 5A
Octal 375 315 371 0 23 2 1 461 134 132
Binary 11111101 11001101 11111001 0 10011 10 1 100110001 1011100 1011010

Color Harmonies of #FDCDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCDF9

Black with #FDCDF9

Text Example


Text Example

White with #FDCDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCDF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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