Html Css Color HEX #FDC8FE Snuff

📋 copy color: '#FDC8FE'

red 253 ◦ green 200 ◦ blue 254

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

Shades of Snuff #FDC8FE

Tints of Snuff #FDC8FE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 28.29%

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

R = 35.79%
G = 28.29%
B = 35.93%

CMYK

 C value IS 0.00

 M value IS 0.21

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FDC8FE (or 0xFDC8FE) is known color: Snuff. HEX triplet: FD, C8 and FE. RGB value is (253,200,254). Sum of RGB (Red+Green+Blue) = 253+200+254=707 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.79% from 707); Green value is 200 (78.52% from 255 or 28.29% from 707); Blue value is 254 (99.61% from 255 or 35.93% from 707); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDC8FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC8FE is #023701. Grayscale: #DDDDDD. Windows color (decimal): -145154 or 16697597. OLE color: 16697597.

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

Color convert

RGB 253 200 254 -
CMYK 0.00 0.21 0 0.00
HSL 298.89º 0.96% 0.89% -
HSV(B) 298.89º 0.21% 1% -
XYZ 79.05 69.35 102.98 -
YUV 222 146.06 150.11 -
System Red Green Blue C M Y K H S L
Decimal 253 200 254 0.00 0.21 0 0.00 298.89 0.96 0.89
Hex FD C8 FE 0 15 0 0 12B 60 59
Octal 375 310 376 0 25 0 0 453 140 131
Binary 11111101 11001000 11111110 0 10101 0 0 100101011 1100000 1011001

Color Harmonies of #FDC8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC8FE

Black with #FDC8FE

Text Example


Text Example

White with #FDC8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC8FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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