Html Css Color HEX #FDC1FD Snuff

📋 copy color: '#FDC1FD'

red 253 ◦ green 193 ◦ blue 253

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

Shades of Snuff #FDC1FD

Tints of Snuff #FDC1FD

RGB

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

 GREEN value IS 193 (75.78% from 255) = 27.61%

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

R = 36.19%
G = 27.61%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FDC1FD (or 0xFDC1FD) is known color: Snuff. HEX triplet: FD, C1 and FD. RGB value is (253,193,253). Sum of RGB (Red+Green+Blue) = 253+193+253=699 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.19% from 699); Green value is 193 (75.78% from 255 or 27.61% from 699); Blue value is 253 (99.22% from 255 or 36.19% from 699); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDC1FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC1FD is #023E02. Grayscale: #D9D9D9. Windows color (decimal): -146947 or 16630269. OLE color: 16630269.

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

Color convert

RGB 253 193 253 -
CMYK 0 0.24 0 0.01
HSL 300º 0.94% 0.87% -
HSV(B) 300º 0.24% 0.99% -
XYZ 77.31 66.11 101.62 -
YUV 217.78 147.88 153.12 -
System Red Green Blue C M Y K H S L
Decimal 253 193 253 0 0.24 0 0.01 300 0.94 0.87
Hex FD C1 FD 0 18 0 1 12C 5E 57
Octal 375 301 375 0 30 0 1 454 136 127
Binary 11111101 11000001 11111101 0 11000 0 1 100101100 1011110 1010111

Color Harmonies of #FDC1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC1FD

Black with #FDC1FD

Text Example


Text Example

White with #FDC1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC1FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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