Html Css Color HEX #FDC3FD Snuff

📋 copy color: '#FDC3FD'

red 253 ◦ green 195 ◦ blue 253

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

Shades of Snuff #FDC3FD

Tints of Snuff #FDC3FD

RGB

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

 GREEN value IS 195 (76.56% from 255) = 27.82%

 BLUE value IS 253 (99.22% from 255) = 36.09%

R = 36.09%
G = 27.82%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FDC3FD (or 0xFDC3FD) is known color: Snuff. HEX triplet: FD, C3 and FD. RGB value is (253,195,253). Sum of RGB (Red+Green+Blue) = 253+195+253=701 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.09% from 701); Green value is 195 (76.56% from 255 or 27.82% from 701); Blue value is 253 (99.22% from 255 or 36.09% from 701); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDC3FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC3FD is #023C02. Grayscale: #DADADA. Windows color (decimal): -146435 or 16630781. OLE color: 16630781.

HSL color Cylindrical-coordinate representation of color #FDC3FD: hue angle of 300º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FDC3FD is Cyan = 0, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 195 253 -
CMYK 0 0.23 0 0.01
HSL 300º 0.94% 0.88% -
HSV(B) 300º 0.23% 0.99% -
XYZ 77.75 67 101.76 -
YUV 218.95 147.22 152.28 -
System Red Green Blue C M Y K H S L
Decimal 253 195 253 0 0.23 0 0.01 300 0.94 0.88
Hex FD C3 FD 0 17 0 1 12C 5E 58
Octal 375 303 375 0 27 0 1 454 136 130
Binary 11111101 11000011 11111101 0 10111 0 1 100101100 1011110 1011000

Color Harmonies of #FDC3FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC3FD

Black with #FDC3FD

Text Example


Text Example

White with #FDC3FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC3FD; }

 p { color: rgb(253,195,253); }

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

background-color css

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

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

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

border-color css

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

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

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