Html Css Color HEX #FCCDFC Snuff

📋 copy color: '#FCCDFC'

red 252 ◦ green 205 ◦ blue 252

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

Shades of Snuff #FCCDFC

Tints of Snuff #FCCDFC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 28.91%

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

R = 35.54%
G = 28.91%
B = 35.54%

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

#FCCDFC (or 0xFCCDFC) is known color: Snuff. HEX triplet: FC, CD and FC. RGB value is (252,205,252). Sum of RGB (Red+Green+Blue) = 252+205+252=709 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.54% from 709); Green value is 205 (80.47% from 255 or 28.91% from 709); Blue value is 252 (98.83% from 255 or 35.54% from 709); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCCDFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCDFC is #033203. Grayscale: #E0E0E0. Windows color (decimal): -209412 or 16567804. OLE color: 16567804.

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

Color convert

RGB 252 205 252 -
CMYK 0 0.19 0 0.01
HSL 300º 0.89% 0.9% -
HSV(B) 300º 0.19% 0.99% -
XYZ 79.55 71.39 101.68 -
YUV 224.41 143.57 147.68 -
System Red Green Blue C M Y K H S L
Decimal 252 205 252 0 0.19 0 0.01 300 0.89 0.9
Hex FC CD FC 0 13 0 1 12C 59 5A
Octal 374 315 374 0 23 0 1 454 131 132
Binary 11111100 11001101 11111100 0 10011 0 1 100101100 1011001 1011010

Color Harmonies of #FCCDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCDFC

Black with #FCCDFC

Text Example


Text Example

White with #FCCDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCDFC; }

 p { color: rgb(252,205,252); }

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

background-color css

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

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

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

border-color css

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

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

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