Html Css Color HEX #FDC6FE Snuff

📋 copy color: '#FDC6FE'

red 253 ◦ green 198 ◦ blue 254

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

Shades of Snuff #FDC6FE

Tints of Snuff #FDC6FE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 28.09%

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

R = 35.89%
G = 28.09%
B = 36.03%

CMYK

 C value IS 0.00

 M value IS 0.22

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FDC6FE (or 0xFDC6FE) is known color: Snuff. HEX triplet: FD, C6 and FE. RGB value is (253,198,254). Sum of RGB (Red+Green+Blue) = 253+198+254=705 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.89% from 705); Green value is 198 (77.73% from 255 or 28.09% from 705); Blue value is 254 (99.61% from 255 or 36.03% from 705); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDC6FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC6FE is #023901. Grayscale: #DCDCDC. Windows color (decimal): -145666 or 16697085. OLE color: 16697085.

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

Color convert

RGB 253 198 254 -
CMYK 0.00 0.22 0 0.00
HSL 298.93º 0.97% 0.89% -
HSV(B) 298.93º 0.22% 1% -
XYZ 78.59 68.43 102.83 -
YUV 220.83 146.72 150.95 -
System Red Green Blue C M Y K H S L
Decimal 253 198 254 0.00 0.22 0 0.00 298.93 0.97 0.89
Hex FD C6 FE 0 16 0 0 12B 61 59
Octal 375 306 376 0 26 0 0 453 141 131
Binary 11111101 11000110 11111110 0 10110 0 0 100101011 1100001 1011001

Color Harmonies of #FDC6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC6FE

Black with #FDC6FE

Text Example


Text Example

White with #FDC6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC6FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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