Html Css Color HEX #FCBCFD Snuff

📋 copy color: '#FCBCFD'

red 252 ◦ green 188 ◦ blue 253

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

Shades of Snuff #FCBCFD

Tints of Snuff #FCBCFD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 27.13%

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

R = 36.36%
G = 27.13%
B = 36.51%

CMYK

 C value IS 0.00

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FCBCFD (or 0xFCBCFD) is known color: Snuff. HEX triplet: FC, BC and FD. RGB value is (252,188,253). Sum of RGB (Red+Green+Blue) = 252+188+253=693 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.36% from 693); Green value is 188 (73.83% from 255 or 27.13% from 693); Blue value is 253 (99.22% from 255 or 36.51% from 693); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCBCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBCFD is #034302. Grayscale: #D6D6D6. Windows color (decimal): -213763 or 16628988. OLE color: 16628988.

HSL color Cylindrical-coordinate representation of color #FCBCFD: hue angle of 299.08º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FCBCFD is Cyan = 0.00, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 188 253 -
CMYK 0.00 0.26 0 0.01
HSL 299.08º 0.94% 0.86% -
HSV(B) 299.08º 0.26% 0.99% -
XYZ 75.86 63.75 101.24 -
YUV 214.55 149.7 154.71 -
System Red Green Blue C M Y K H S L
Decimal 252 188 253 0.00 0.26 0 0.01 299.08 0.94 0.86
Hex FC BC FD 0 1A 0 1 12B 5E 56
Octal 374 274 375 0 32 0 1 453 136 126
Binary 11111100 10111100 11111101 0 11010 0 1 100101011 1011110 1010110

Color Harmonies of #FCBCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBCFD

Black with #FCBCFD

Text Example


Text Example

White with #FCBCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBCFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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