Html Css Color HEX #FDCDF4 Snuff

📋 copy color: '#FDCDF4'

red 253 ◦ green 205 ◦ blue 244

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

Shades of Snuff #FDCDF4

Tints of Snuff #FDCDF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 34.76%

R = 36.04%
G = 29.2%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FDCDF4 (or 0xFDCDF4) is known color: Snuff. HEX triplet: FD, CD and F4. RGB value is (253,205,244). Sum of RGB (Red+Green+Blue) = 253+205+244=702 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.04% from 702); Green value is 205 (80.47% from 255 or 29.20% from 702); Blue value is 244 (95.70% from 255 or 34.76% from 702); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCDF4 is #02320B. Grayscale: #DFDFDF. Windows color (decimal): -143884 or 16043517. OLE color: 16043517.

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

Color convert

RGB 253 205 244 -
CMYK 0 0.19 0.04 0.01
HSL 311.25º 0.92% 0.9% -
HSV(B) 311.25º 0.19% 0.99% -
XYZ 78.67 71.08 95.16 -
YUV 223.8 139.4 148.83 -
System Red Green Blue C M Y K H S L
Decimal 253 205 244 0 0.19 0.04 0.01 311.25 0.92 0.9
Hex FD CD F4 0 13 4 1 137 5C 5A
Octal 375 315 364 0 23 4 1 467 134 132
Binary 11111101 11001101 11110100 0 10011 100 1 100110111 1011100 1011010

Color Harmonies of #FDCDF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCDF4

Black with #FDCDF4

Text Example


Text Example

White with #FDCDF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCDF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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