Html Css Color HEX #FDC2FE Snuff

📋 copy color: '#FDC2FE'

red 253 ◦ green 194 ◦ blue 254

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

Shades of Snuff #FDC2FE

Tints of Snuff #FDC2FE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 27.67%

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

R = 36.09%
G = 27.67%
B = 36.23%

CMYK

 C value IS 0.00

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FDC2FE (or 0xFDC2FE) is known color: Snuff. HEX triplet: FD, C2 and FE. RGB value is (253,194,254). Sum of RGB (Red+Green+Blue) = 253+194+254=701 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.09% from 701); Green value is 194 (76.17% from 255 or 27.67% from 701); Blue value is 254 (99.61% from 255 or 36.23% from 701); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDC2FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC2FE is #023D01. Grayscale: #DADADA. Windows color (decimal): -146690 or 16696061. OLE color: 16696061.

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

Color convert

RGB 253 194 254 -
CMYK 0.00 0.24 0 0.00
HSL 299º 0.97% 0.88% -
HSV(B) 299º 0.24% 1% -
XYZ 77.69 66.62 102.53 -
YUV 218.48 148.05 152.62 -
System Red Green Blue C M Y K H S L
Decimal 253 194 254 0.00 0.24 0 0.00 299 0.97 0.88
Hex FD C2 FE 0 18 0 0 12B 61 58
Octal 375 302 376 0 30 0 0 453 141 130
Binary 11111101 11000010 11111110 0 11000 0 0 100101011 1100001 1011000

Color Harmonies of #FDC2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC2FE

Black with #FDC2FE

Text Example


Text Example

White with #FDC2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC2FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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