Html Css Color HEX #FDC3FE Snuff

📋 copy color: '#FDC3FE'

red 253 ◦ green 195 ◦ blue 254

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

Shades of Snuff #FDC3FE

Tints of Snuff #FDC3FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 36.18%

R = 36.04%
G = 27.78%
B = 36.18%

CMYK

 C value IS 0.00

 M value IS 0.23

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FDC3FE (or 0xFDC3FE) is known color: Snuff. HEX triplet: FD, C3 and FE. RGB value is (253,195,254). Sum of RGB (Red+Green+Blue) = 253+195+254=702 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.04% from 702); Green value is 195 (76.56% from 255 or 27.78% from 702); Blue value is 254 (99.61% from 255 or 36.18% from 702); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDC3FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC3FE is #023C01. Grayscale: #DADADA. Windows color (decimal): -146434 or 16696317. OLE color: 16696317.

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

Color convert

RGB 253 195 254 -
CMYK 0.00 0.23 0 0.00
HSL 298.98º 0.97% 0.88% -
HSV(B) 298.98º 0.23% 1% -
XYZ 77.91 67.07 102.61 -
YUV 219.07 147.72 152.2 -
System Red Green Blue C M Y K H S L
Decimal 253 195 254 0.00 0.23 0 0.00 298.98 0.97 0.88
Hex FD C3 FE 0 17 0 0 12B 61 58
Octal 375 303 376 0 27 0 0 453 141 130
Binary 11111101 11000011 11111110 0 10111 0 0 100101011 1100001 1011000

Color Harmonies of #FDC3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC3FE

Black with #FDC3FE

Text Example


Text Example

White with #FDC3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC3FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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