Html Css Color HEX #FDC1FF Snuff

📋 copy color: '#FDC1FF'

red 253 ◦ green 193 ◦ blue 255

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

Shades of Snuff #FDC1FF

Tints of Snuff #FDC1FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 36.38%

R = 36.09%
G = 27.53%
B = 36.38%

CMYK

 C value IS 0.01

 M value IS 0.24

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FDC1FF (or 0xFDC1FF) is known color: Snuff. HEX triplet: FD, C1 and FF. RGB value is (253,193,255). Sum of RGB (Red+Green+Blue) = 253+193+255=701 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.09% from 701); Green value is 193 (75.78% from 255 or 27.53% from 701); Blue value is 255 (100% from 255 or 36.38% from 701); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDC1FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC1FF is #023E00. Grayscale: #D9D9D9. Windows color (decimal): -146945 or 16761341. OLE color: 16761341.

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

Color convert

RGB 253 193 255 -
CMYK 0.01 0.24 0 0
HSL 298.06º 1% 0.88% -
HSV(B) 298.06º 0.24% 1% -
XYZ 77.63 66.24 103.3 -
YUV 218.01 148.88 152.96 -
System Red Green Blue C M Y K H S L
Decimal 253 193 255 0.01 0.24 0 0 298.06 1 0.88
Hex FD C1 FF 1 18 0 0 12A 64 58
Octal 375 301 377 1 30 0 0 452 144 130
Binary 11111101 11000001 11111111 1 11000 0 0 100101010 1100100 1011000

Color Harmonies of #FDC1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC1FF

Black with #FDC1FF

Text Example


Text Example

White with #FDC1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC1FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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