Html Css Color HEX #FDC3FC Snuff

📋 copy color: '#FDC3FC'

red 253 ◦ green 195 ◦ blue 252

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

Shades of Snuff #FDC3FC

Tints of Snuff #FDC3FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 36%

R = 36.14%
G = 27.86%
B = 36%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#FDC3FC (or 0xFDC3FC) is known color: Snuff. HEX triplet: FD, C3 and FC. RGB value is (253,195,252). Sum of RGB (Red+Green+Blue) = 253+195+252=700 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.14% from 700); Green value is 195 (76.56% from 255 or 27.86% from 700); Blue value is 252 (98.83% from 255 or 36% from 700); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC3FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC3FC is #023C03. Grayscale: #DADADA. Windows color (decimal): -146436 or 16565245. OLE color: 16565245.

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

Color convert

RGB 253 195 252 -
CMYK 0 0.23 0.00 0.01
HSL 301.03º 0.94% 0.88% -
HSV(B) 301.03º 0.23% 0.99% -
XYZ 77.59 66.94 100.93 -
YUV 218.84 146.72 152.37 -
System Red Green Blue C M Y K H S L
Decimal 253 195 252 0 0.23 0.00 0.01 301.03 0.94 0.88
Hex FD C3 FC 0 17 0 1 12D 5E 58
Octal 375 303 374 0 27 0 1 455 136 130
Binary 11111101 11000011 11111100 0 10111 0 1 100101101 1011110 1011000

Color Harmonies of #FDC3FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC3FC

Black with #FDC3FC

Text Example


Text Example

White with #FDC3FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC3FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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