Html Css Color HEX #FDC4FD Snuff

📋 copy color: '#FDC4FD'

red 253 ◦ green 196 ◦ blue 253

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

Shades of Snuff #FDC4FD

Tints of Snuff #FDC4FD

RGB

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

 GREEN value IS 196 (76.95% from 255) = 27.92%

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

R = 36.04%
G = 27.92%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FDC4FD (or 0xFDC4FD) is known color: Snuff. HEX triplet: FD, C4 and FD. RGB value is (253,196,253). Sum of RGB (Red+Green+Blue) = 253+196+253=702 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.04% from 702); Green value is 196 (76.95% from 255 or 27.92% from 702); Blue value is 253 (99.22% from 255 or 36.04% from 702); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDC4FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC4FD is #023B02. Grayscale: #DBDBDB. Windows color (decimal): -146179 or 16631037. OLE color: 16631037.

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

Color convert

RGB 253 196 253 -
CMYK 0 0.23 0 0.01
HSL 300º 0.93% 0.88% -
HSV(B) 300º 0.23% 0.99% -
XYZ 77.98 67.45 101.84 -
YUV 219.54 146.88 151.87 -
System Red Green Blue C M Y K H S L
Decimal 253 196 253 0 0.23 0 0.01 300 0.93 0.88
Hex FD C4 FD 0 17 0 1 12C 5D 58
Octal 375 304 375 0 27 0 1 454 135 130
Binary 11111101 11000100 11111101 0 10111 0 1 100101100 1011101 1011000

Color Harmonies of #FDC4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC4FD

Black with #FDC4FD

Text Example


Text Example

White with #FDC4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC4FD; }

 p { color: rgb(253,196,253); }

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

background-color css

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

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

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

border-color css

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

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

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