Html Css Color HEX #FDCCFC Snuff

📋 copy color: '#FDCCFC'

red 253 ◦ green 204 ◦ blue 252

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

Shades of Snuff #FDCCFC

Tints of Snuff #FDCCFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 35.54%

R = 35.68%
G = 28.77%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#FDCCFC (or 0xFDCCFC) is known color: Snuff. HEX triplet: FD, CC and FC. RGB value is (253,204,252). Sum of RGB (Red+Green+Blue) = 253+204+252=709 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.68% from 709); Green value is 204 (80.08% from 255 or 28.77% from 709); Blue value is 252 (98.83% from 255 or 35.54% from 709); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCCFC is #023303. Grayscale: #DFDFDF. Windows color (decimal): -144132 or 16567549. OLE color: 16567549.

HSL color Cylindrical-coordinate representation of color #FDCCFC: hue angle of 301.22º 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 #FDCCFC is Cyan = 0, Magento = 0.19, Yellow = 0.00 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 204 252 -
CMYK 0 0.19 0.00 0.01
HSL 301.22º 0.92% 0.9% -
HSV(B) 301.22º 0.19% 0.99% -
XYZ 79.67 71.1 101.62 -
YUV 224.12 143.73 148.6 -
System Red Green Blue C M Y K H S L
Decimal 253 204 252 0 0.19 0.00 0.01 301.22 0.92 0.9
Hex FD CC FC 0 13 0 1 12D 5C 5A
Octal 375 314 374 0 23 0 1 455 134 132
Binary 11111101 11001100 11111100 0 10011 0 1 100101101 1011100 1011010

Color Harmonies of #FDCCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCCFC

Black with #FDCCFC

Text Example


Text Example

White with #FDCCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCCFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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