Html Css Color HEX #FCC1FE Snuff

📋 copy color: '#FCC1FE'

red 252 ◦ green 193 ◦ blue 254

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

Shades of Snuff #FCC1FE

Tints of Snuff #FCC1FE

RGB

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

 GREEN value IS 193 (75.78% from 255) = 27.61%

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

R = 36.05%
G = 27.61%
B = 36.34%

CMYK

 C value IS 0.01

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FCC1FE (or 0xFCC1FE) is known color: Snuff. HEX triplet: FC, C1 and FE. RGB value is (252,193,254). Sum of RGB (Red+Green+Blue) = 252+193+254=699 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.05% from 699); Green value is 193 (75.78% from 255 or 27.61% from 699); Blue value is 254 (99.61% from 255 or 36.34% from 699); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCC1FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC1FE is #033E01. Grayscale: #D9D9D9. Windows color (decimal): -212482 or 16695804. OLE color: 16695804.

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

Color convert

RGB 252 193 254 -
CMYK 0.01 0.24 0 0.00
HSL 298.03º 0.97% 0.88% -
HSV(B) 298.03º 0.24% 1% -
XYZ 77.1 65.99 102.44 -
YUV 217.6 148.55 152.54 -
System Red Green Blue C M Y K H S L
Decimal 252 193 254 0.01 0.24 0 0.00 298.03 0.97 0.88
Hex FC C1 FE 1 18 0 0 12A 61 58
Octal 374 301 376 1 30 0 0 452 141 130
Binary 11111100 11000001 11111110 1 11000 0 0 100101010 1100001 1011000

Color Harmonies of #FCC1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC1FE

Black with #FCC1FE

Text Example


Text Example

White with #FCC1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC1FE; }

 p { color: rgb(252,193,254); }

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

background-color css

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

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

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

border-color css

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

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

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