Html Css Color HEX #FDCCFD Snuff

📋 copy color: '#FDCCFD'

red 253 ◦ green 204 ◦ blue 253

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

Shades of Snuff #FDCCFD

Tints of Snuff #FDCCFD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 28.73%

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

R = 35.63%
G = 28.73%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FDCCFD (or 0xFDCCFD) is known color: Snuff. HEX triplet: FD, CC and FD. RGB value is (253,204,253). Sum of RGB (Red+Green+Blue) = 253+204+253=710 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.63% from 710); Green value is 204 (80.08% from 255 or 28.73% from 710); Blue value is 253 (99.22% from 255 or 35.63% from 710); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDCCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCCFD is #023302. Grayscale: #E0E0E0. Windows color (decimal): -144131 or 16633085. OLE color: 16633085.

HSL color Cylindrical-coordinate representation of color #FDCCFD: hue angle of 300º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FDCCFD is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 204 253 -
CMYK 0 0.19 0 0.01
HSL 300º 0.92% 0.9% -
HSV(B) 300º 0.19% 0.99% -
XYZ 79.83 71.16 102.46 -
YUV 224.24 144.23 148.52 -
System Red Green Blue C M Y K H S L
Decimal 253 204 253 0 0.19 0 0.01 300 0.92 0.9
Hex FD CC FD 0 13 0 1 12C 5C 5A
Octal 375 314 375 0 23 0 1 454 134 132
Binary 11111101 11001100 11111101 0 10011 0 1 100101100 1011100 1011010

Color Harmonies of #FDCCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCCFD

Black with #FDCCFD

Text Example


Text Example

White with #FDCCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCCFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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