Html Css Color HEX #FDC2FD Snuff

📋 copy color: '#FDC2FD'

red 253 ◦ green 194 ◦ blue 253

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

Shades of Snuff #FDC2FD

Tints of Snuff #FDC2FD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 27.71%

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

R = 36.14%
G = 27.71%
B = 36.14%

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

#FDC2FD (or 0xFDC2FD) is known color: Snuff. HEX triplet: FD, C2 and FD. RGB value is (253,194,253). Sum of RGB (Red+Green+Blue) = 253+194+253=700 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.14% from 700); Green value is 194 (76.17% from 255 or 27.71% from 700); Blue value is 253 (99.22% from 255 or 36.14% from 700); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDC2FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC2FD is #023D02. Grayscale: #DADADA. Windows color (decimal): -146691 or 16630525. OLE color: 16630525.

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

Color convert

RGB 253 194 253 -
CMYK 0 0.23 0 0.01
HSL 300º 0.94% 0.88% -
HSV(B) 300º 0.23% 0.99% -
XYZ 77.53 66.56 101.69 -
YUV 218.37 147.55 152.7 -
System Red Green Blue C M Y K H S L
Decimal 253 194 253 0 0.23 0 0.01 300 0.94 0.88
Hex FD C2 FD 0 17 0 1 12C 5E 58
Octal 375 302 375 0 27 0 1 454 136 130
Binary 11111101 11000010 11111101 0 10111 0 1 100101100 1011110 1011000

Color Harmonies of #FDC2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC2FD

Black with #FDC2FD

Text Example


Text Example

White with #FDC2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC2FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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