Html Css Color HEX #FDD0F3 Snuff

📋 copy color: '#FDD0F3'

red 253 ◦ green 208 ◦ blue 243

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

Shades of Snuff #FDD0F3

Tints of Snuff #FDD0F3

RGB

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

 GREEN value IS 208 (81.64% from 255) = 29.55%

 BLUE value IS 243 (95.31% from 255) = 34.52%

R = 35.94%
G = 29.55%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FDD0F3 (or 0xFDD0F3) is known color: Snuff. HEX triplet: FD, D0 and F3. RGB value is (253,208,243). Sum of RGB (Red+Green+Blue) = 253+208+243=704 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.94% from 704); Green value is 208 (81.64% from 255 or 29.55% from 704); Blue value is 243 (95.31% from 255 or 34.52% from 704); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD0F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD0F3 is #022F0C. Grayscale: #E1E1E1. Windows color (decimal): -143117 or 15978749. OLE color: 15978749.

HSL color Cylindrical-coordinate representation of color #FDD0F3: hue angle of 313.33º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FDD0F3 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 208 243 -
CMYK 0 0.18 0.04 0.01
HSL 313.33º 0.92% 0.9% -
HSV(B) 313.33º 0.18% 0.99% -
XYZ 79.24 72.47 94.6 -
YUV 225.45 137.91 147.65 -
System Red Green Blue C M Y K H S L
Decimal 253 208 243 0 0.18 0.04 0.01 313.33 0.92 0.9
Hex FD D0 F3 0 12 4 1 139 5C 5A
Octal 375 320 363 0 22 4 1 471 134 132
Binary 11111101 11010000 11110011 0 10010 100 1 100111001 1011100 1011010

Color Harmonies of #FDD0F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD0F3

Black with #FDD0F3

Text Example


Text Example

White with #FDD0F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD0F3; }

 p { color: rgb(253,208,243); }

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

background-color css

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

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

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

border-color css

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

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

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